[Git][NTPsec/ntpsec][master] ntpviz: stupid typo

Gary E. Miller gitlab at mg.gitlab.com
Tue Oct 4 06:04:41 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
c333a7f2 by Gary E. Miller at 2016-10-03T23:04:22-07:00
ntpviz: stupid typo

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -941,8 +941,9 @@ Python by ESR, concept and GNUPLOT code by Dan Drown.
     if None != args.starttime:
         args.starttime = iso_to_posix(args.starttime)
 
-    args.statsdirs = [os.path.expanduser(path
-                      for path in args.statsdirs.split(",")]
+    print( args.statsdirs)
+    args.statsdirs = [os.path.expanduser(path)
+                     for path in args.statsdirs.split(",")]
 
     if True == args.show_peer_offsets:
         args.show_peer_offsets = []



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c333a7f2e18cded93e5845ac543424d5f97a5ed6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161004/5dbf6820/attachment.html>


More information about the vc mailing list