mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-06 17:11:45 +02:00
csv_metadata_quality/app.py: Explicitly exit with success
This commit is contained in:
@ -92,3 +92,5 @@ def run(argv):
|
|||||||
# Close the input and output files before exiting
|
# Close the input and output files before exiting
|
||||||
args.input_file.close()
|
args.input_file.close()
|
||||||
args.output_file.close()
|
args.output_file.close()
|
||||||
|
|
||||||
|
sys.exit(0)
|
||||||
|
Reference in New Issue
Block a user