Skip to content

Commit 975b275

Browse files
committed
Don't wait when exception
1 parent 8179b84 commit 975b275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ def main():
294294
except InvalidJSONFile as exception:
295295
VanillaPrint(str(exception.__class__.__name__), ">>", str(exception))
296296
VanillaPrint("Resolve it or remove it to proceed")
297-
input("\nPress enter to quit")
298297
sys.exit()
299298

300299
if arguments.set_filename:

0 commit comments

Comments
 (0)