mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-12-22 04:02:19 +01:00
csv_metadata_quality/app.py: Explicitly exit with success
This commit is contained in:
parent
6d4ecd75aa
commit
8772bdec51
@ -92,3 +92,5 @@ def run(argv):
|
||||
# Close the input and output files before exiting
|
||||
args.input_file.close()
|
||||
args.output_file.close()
|
||||
|
||||
sys.exit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user