diff --git a/__main__.py b/__main__.py index 4b419ace1..759773a89 100644 --- a/__main__.py +++ b/__main__.py @@ -31,6 +31,7 @@ def runpy(args: List[str]) -> None: def hold(args: List[str]) -> None: import subprocess + ret = 1 try: ret = subprocess.Popen(args[1:]).wait() except KeyboardInterrupt: