From 5a3bd4da20ee4653593be5b4620833fbc1661f4f Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:18:22 -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 2b62a3c..832c92a 100644 --- a/launcher.py +++ b/launcher.py @@ -159,7 +159,7 @@ def main(): print("File exists and UPDATE is not set to True, skipping download.") if not args.exit_early: - if branch_name: + if branch_name != 'main': subprocess.run([f'{python_cmd}', '-u', f'subgen-{branch_name}.py'], check=True) else: subprocess.run([f'{python_cmd}', '-u', 'subgen.py'], check=True)