[Git][NTPsec/ntpsec][master] Fixed inverted PYTHONPATH build warning.
Ian Bruene
gitlab at mg.gitlab.com
Wed Aug 29 18:33:39 UTC 2018
Ian Bruene pushed to branch master at NTPsec / ntpsec
Commits:
9adfbc7e by Ian Bruene at 2018-08-29T18:12:48Z
Fixed inverted PYTHONPATH build warning.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
@@ -1097,7 +1097,7 @@ def build(ctx):
Options.options.no_tests = True
if ctx.cmd == "build":
- if "PYTHONPATH" in os.environ:
+ if "PYTHONPATH" not in os.environ:
print("--- PYTHONPATH is not set, "
"loading the Python ntp library may be troublesome ---")
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9adfbc7e3b0e05a6897673043a93357a9b8da6ba
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9adfbc7e3b0e05a6897673043a93357a9b8da6ba
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180829/8f5f6fac/attachment.html>
More information about the vc
mailing list