diff options
| author | 2019-10-01 19:12:47 -0400 | |
|---|---|---|
| committer | 2019-10-01 19:12:47 -0400 | |
| commit | 639d9ea4a667733aadc3ff83a1df2cc9f0add3a9 (patch) | |
| tree | 5761b58d6fc3e8bbb99b39b8e4417673bccb0b86 /gallery_dl/__init__.py | |
| parent | c09a9f00dd83017d486cd77650347bc2a397ad55 (diff) | |
New upstream version 1.10.5upstream/1.10.5
Diffstat (limited to 'gallery_dl/__init__.py')
| -rw-r--r-- | gallery_dl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/__init__.py b/gallery_dl/__init__.py index 806b229..94a445a 100644 --- a/gallery_dl/__init__.py +++ b/gallery_dl/__init__.py @@ -248,7 +248,7 @@ def main(): log.error("No suitable extractor found for '%s'", url) except KeyboardInterrupt: - print("\nKeyboardInterrupt", file=sys.stderr) + sys.exit("\nKeyboardInterrupt") except BrokenPipeError: pass except IOError as exc: |
