From afb2c2d5b297c5aa28bcced0e3f90e207d799c2a Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 13:51:01 -0400 Subject: fix: remove backtrace from console output when using incorrect/incomplete cli flags --- app/backends/envs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app/backends') diff --git a/app/backends/envs.py b/app/backends/envs.py index 494c3e2..beef23b 100644 --- a/app/backends/envs.py +++ b/app/backends/envs.py @@ -633,5 +633,4 @@ def bootstrap(script_path: str) -> None: sys.exit(1) py = str(env_python()) target = str(Path(script_path).resolve()) - print(f"[INFO] re-launching inside managed environment: {py}") os.execv(py, [py, target, *sys.argv[1:]]) -- cgit v1.2.3