shouldn't need that anymore

albatross
Adeeb Shihadeh 2021-02-01 13:13:57 -08:00
parent cc1308c7df
commit 0a69c92967
1 changed files with 0 additions and 4 deletions

View File

@ -268,10 +268,6 @@ def register_managed_process(name, desc, car_started=False):
def nativelauncher(pargs, cwd):
# exec the process
os.chdir(cwd)
# because when extracted from pex zips permissions get lost -_-
os.chmod(pargs[0], 0o700)
os.execvp(pargs[0], pargs)
def start_managed_process(name):