diff --git a/md_pdf/cli.py b/md_pdf/cli.py index d7c7965..ccc136c 100644 --- a/md_pdf/cli.py +++ b/md_pdf/cli.py @@ -19,8 +19,6 @@ def cli(): config = load_config() validate_config(config) build(config) - except PrematureExit: - return 0 except BaseException as e: logging.error(str(e)) return 1