Merge pull request #100268 from jonringer/update-python-libraries-nixpkgs

update-python-libraries: make script updateScript friendly
This commit is contained in:
Ryan Mulligan 2020-10-11 12:32:52 -07:00 committed by GitHub
commit 29abb4a30f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)