From 975b2753c46145616498ef8469a9497162cff2e2 Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Tue, 6 Apr 2021 17:43:09 +0300 Subject: [PATCH] Don't wait when exception --- script.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script.py b/script.py index 678010e..314f817 100644 --- a/script.py +++ b/script.py @@ -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: