Skip to content

Commit

Permalink
Close file descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Jan 9, 2025
1 parent f3dbc41 commit 5b8acd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def _post_run_operations(self, row_count: int):
],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
close_fds=True,
)
stdout, stderr = process.communicate()

Expand Down

0 comments on commit 5b8acd8

Please sign in to comment.