1
0
Fork 0
mirror of synced 2024-06-28 02:50:27 +12:00

Don't wait when exception

This commit is contained in:
Ali Parlakci 2021-04-06 17:43:09 +03:00
parent 8179b845b7
commit 975b2753c4

View file

@ -294,7 +294,6 @@ def main():
except InvalidJSONFile as exception:
VanillaPrint(str(exception.__class__.__name__), ">>", str(exception))
VanillaPrint("Resolve it or remove it to proceed")
input("\nPress enter to quit")
sys.exit()
if arguments.set_filename: