added traceback

main
ostrichb 3 years ago
parent a8e329f4cf
commit 6768f4fbd7

@ -98,6 +98,7 @@ if __name__ == '__main__':
init=str(5 if not parsed_arguments.temp_file_threshold init=str(5 if not parsed_arguments.temp_file_threshold
else parsed_arguments.temp_file_threshold), else parsed_arguments.temp_file_threshold),
title="Temporary file threshold") title="Temporary file threshold")
threshold = int(threshold)
if choice4 == "Cancel": if choice4 == "Cancel":
exit(2) exit(2)
# Conclusion # Conclusion

Loading…
Cancel
Save