From 3165f08138d985a1ab4a02c5c75f0ca140243f0b Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:09:53 -0600 Subject: [PATCH] Update launcher.py --- launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.py b/launcher.py index cfe51d9..1166bd7 100644 --- a/launcher.py +++ b/launcher.py @@ -140,7 +140,7 @@ def main(): else: print("File exists and UPDATE is not set to True, skipping download.") - if not args.donotrun: + if not args.exitearly: if branch_name: subprocess.run([f'{python_cmd}', '-u', f'subgen-{branch_name}.py'], check=True) else: