typo
This commit is contained in:
parent
fd51a0625f
commit
8e8409afc4
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user