1
0
Fork 0
mirror of synced 2024-06-29 03:21:19 +12:00

Revert "respect --quit when JSON exception is thrown"

This reverts commit 33324cde26.
This commit is contained in:
Ali Parlakci 2021-04-06 17:41:43 +03:00
parent 33324cde26
commit 8179b845b7

View file

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