This commit is contained in:
amnesia 2025-07-29 21:13:44 +02:00
parent fd51a0625f
commit 8e8409afc4

View File

@ -218,7 +218,7 @@ def mommify_venv():
if name.startswith("inner_"):
continue
if subprocess.run([str(path), '-c', '"exit(0)"'], stdout=sys.devnull).returncode != 0:
if subprocess.run([str(path), '-c', '"exit(0)"']).returncode != 0:
continue
wrap_interpreter(path, resolved_symlinks[path.name])