put home in sys.path

This commit is contained in:
2021-04-28 12:28:45 +02:00
parent 6a34bd164b
commit 5a1bdbf9a2
6 changed files with 6 additions and 8 deletions

View File

@ -308,7 +308,6 @@ class ServiceManager:
os.chdir(start_dir)
if start_dir not in sys.path:
sys.path.insert(0, start_dir)
print('SYSPATH', sys.path)
if wait:
proc = subprocess.Popen(cmd.split(), env=env)
proc.wait()