We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179b84 commit 975b275Copy full SHA for 975b275
script.py
@@ -294,7 +294,6 @@ def main():
294
except InvalidJSONFile as exception:
295
VanillaPrint(str(exception.__class__.__name__), ">>", str(exception))
296
VanillaPrint("Resolve it or remove it to proceed")
297
- input("\nPress enter to quit")
298
sys.exit()
299
300
if arguments.set_filename:
0 commit comments