[Git][NTPsec/ntpsec][master] ntpviz: fix bad format string.
Gary E. Miller
gitlab at mg.gitlab.com
Fri Jan 6 03:09:56 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
f05f8012 by Gary E. Miller at 2017-01-05T19:09:08-08:00
ntpviz: fix bad format string.
- - - - -
1 changed file:
- ntpclients/ntpviz
Changes:
=====================================
ntpclients/ntpviz
=====================================
--- a/ntpclients/ntpviz
+++ b/ntpclients/ntpviz
@@ -46,12 +46,11 @@ import subprocess
import tempfile
try:
import argparse
-except ImportError as e:
+except ImportError:
sys.stderr.write("""
ntpviz: can't find the Python argparse module
If your Python version is < 2.7, then manual installation is needed:
# pip install argparse
-%s
""")
sys.exit(1)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f05f8012b51ed55e02bd22b4c1cb92bacbeaa83d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170106/78498af0/attachment.html>
More information about the vc
mailing list