Add which script I'm launching

This commit is contained in:
McCloudS
2024-03-22 19:07:13 -06:00
committed by GitHub
parent fd73bf2148
commit cd0b043ef1

View File

@@ -156,6 +156,7 @@ def main():
print("subgen.py exists and UPDATE is set to False, skipping download.")
if not args.exit_early:
print(f'Launching subgen{script_name}')
if branch_name != 'main':
subprocess.run([f'{python_cmd}', '-u', f'subgen{script_name}'], check=True)
else: