Line break on ctrl-c exit

This commit is contained in:
mozbugbox 2014-02-23 14:47:46 +08:00
parent db6c428db5
commit c1e3d48ca7

View File

@ -943,4 +943,5 @@ def script_main(script_name, download, download_playlist = None):
if traceback: if traceback:
raise raise
else: else:
print()
sys.exit(1) sys.exit(1)