Merge branch 'tabacha-fix_path_to_python' into develop

This commit is contained in:
Victor Zemtsov 2023-01-10 07:58:56 +03:00
commit 9bcd8ce6a7
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ class LookupModule(LookupBase):
os.open(lock_file_, os.O_RDWR) os.open(lock_file_, os.O_RDWR)
except FileNotFoundError: except FileNotFoundError:
cmd = [ cmd = [
"/usr/bin/env", sys.executable,
"python3",
os.path.abspath(__file__), os.path.abspath(__file__),
var_dbx, var_dbx,
socket_path, socket_path,