From cd0b043ef1c827a824de0c876bf46510a493c4d3 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:07:13 -0600 Subject: [PATCH] Add which script I'm launching --- launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher.py b/launcher.py index 5223ca7..1673f6d 100644 --- a/launcher.py +++ b/launcher.py @@ -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: