Merge pull request #100268 from jonringer/update-python-libraries-nixpkgs
update-python-libraries: make script updateScript friendly
This commit is contained in:
commit
29abb4a30f
@ -33,7 +33,7 @@ PRERELEASES = False
|
|||||||
|
|
||||||
GIT = "git"
|
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
|
import logging
|
||||||
logging.basicConfig(level=logging.INFO)
|
logging.basicConfig(level=logging.INFO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user