Skip to content

Commit

Permalink
Update src/corppa/utils/filter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Laure Thompson <[email protected]>
  • Loading branch information
rlskoeser and laurejt authored Apr 3, 2024
1 parent dcaf0e3 commit 4d86bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corppa/utils/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def main():
print(
f"Error: requested output file {args.output} already exists; not overwriting"
)
exit(-1)
sys.exit(-1)

try:
save_filtered_corpus(
Expand Down

0 comments on commit 4d86bb8

Please sign in to comment.