[Git][NTPsec/ntpsec][master] Fix PYTHONARCHDIR warning output
Matt Selsky
gitlab at mg.gitlab.com
Mon Nov 5 20:18:29 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
3563a983 by Richard Laager at 2018-11-05T20:12:07Z
Fix PYTHONARCHDIR warning output
This adds the missing comma and space so the words do not run together.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
@@ -1101,7 +1101,7 @@ def build(ctx):
print("--- PYTHONPATH is not set, "
"loading the Python ntp library may be troublesome ---")
elif ctx.env.PYTHONARCHDIR not in os.environ["PYTHONPATH"]:
- print("--- PYTHONARCHDIR not in PYTHONPATH"
+ print("--- PYTHONARCHDIR not in PYTHONPATH, "
"loading the Python ntp library may be troublesome ---")
#
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/3563a983e309c9d3f2987f34b39a2cf1c10d7290
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/3563a983e309c9d3f2987f34b39a2cf1c10d7290
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/20181105/29f68821/attachment.html>
More information about the vc
mailing list