diff --git a/streamrip/bases.py b/streamrip/bases.py index b19fb6c..62ec530 100644 --- a/streamrip/bases.py +++ b/streamrip/bases.py @@ -793,7 +793,7 @@ class Tracklist(list): except (KeyboardInterrupt, SystemExit): executor.shutdown() tqdm.write("Aborted! May take some time to shutdown.") - exit("Aborted!") + raise click.Abort else: for item in self: