Skip to content

Commit

Permalink
inline pr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Mar 7, 2024
1 parent 2bd081c commit 4966879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte/_batch_handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def close_files(self) -> None:
if self.open_file_writer is None:
return

# with suppress(Exception):
self.open_file_writer.close()
with suppress(Exception):
self.open_file_writer.close()

def delete_files(self) -> None:
"""Delete the files.
Expand Down

0 comments on commit 4966879

Please sign in to comment.