diff --git a/songbook b/songbook index 06b79bba..e3bcf555 100755 --- a/songbook +++ b/songbook @@ -145,6 +145,9 @@ def main(): "Running again with option '-v' may give more information." ) sys.exit(1) + except KeyboardInterrupt: + LOGGER.warning("Aborted by user.") + sys.exit(1) sys.exit(0)