Add which script I'm launching
This commit is contained in:
@@ -156,6 +156,7 @@ def main():
|
|||||||
print("subgen.py exists and UPDATE is set to False, skipping download.")
|
print("subgen.py exists and UPDATE is set to False, skipping download.")
|
||||||
|
|
||||||
if not args.exit_early:
|
if not args.exit_early:
|
||||||
|
print(f'Launching subgen{script_name}')
|
||||||
if branch_name != 'main':
|
if branch_name != 'main':
|
||||||
subprocess.run([f'{python_cmd}', '-u', f'subgen{script_name}'], check=True)
|
subprocess.run([f'{python_cmd}', '-u', f'subgen{script_name}'], check=True)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user