Update launcher.py

This commit is contained in:
McCloudS
2024-03-22 17:09:53 -06:00
committed by GitHub
parent 2b0bc80331
commit 3165f08138

View File

@@ -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: