Skip to content

Commit

Permalink
remove erroneous flush statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesli124 committed Feb 2, 2025
1 parent e2feba7 commit c5cedd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/finaletoolkit/utils/_filter_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def filter_file(
(max_length is None or read.template_length <= max_length) and
(min_length is None or read.template_length >= min_length)):
out_file.write(read)
out_file.flush()

if output_file != '-':
run_subprocess(
Expand Down

0 comments on commit c5cedd2

Please sign in to comment.