update-python-libraries: make script updateScript friendly
This commit is contained in:
parent
69519cfc27
commit
2a9c3ec083
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PRERELEASES = False
|
|||
|
||||
GIT = "git"
|
||||
|
||||
NIXPGKS_ROOT = str(pathlib.Path(__file__).absolute().parents[5])
|
||||
NIXPGKS_ROOT = subprocess.check_output(["git", "rev-parse", "--show-toplevel"]).decode('utf-8').strip()
|
||||
|
||||
import logging
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
|
Loading…
Reference in a new issue