[Git][NTPsec/ntpsec][master] ntpviz: Fix format string

Richard Laager gitlab at mg.gitlab.com
Tue Nov 17 08:32:10 UTC 2020



Richard Laager pushed to branch master at NTPsec / ntpsec


Commits:
33f883e2 by James Browning at 2020-11-17T02:31:39-06:00
ntpviz: Fix format string

'Experimental cleanups for lgtm. No logic changes'
broke this format string.

Signed-off-by: Richard Laager <rlaager at wiktel.com>

- - - - -


1 changed file:

- ntpclients/ntpviz.py


Changes:

=====================================
ntpclients/ntpviz.py
=====================================
@@ -793,7 +793,7 @@ plot \\
             plot_template += """\
 '-' using 1:2 title '%s TDOP' with line ls 1, \\
 '-' using 1:3 title '%s nSat' with line ls 2 axis x1y2, \\
-""" % (key,)
+""" % (key, key)
 
         # strip the trailing ", \\n"
         plot_template = plot_template[:-4] + "\n"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/33f883e23ed7672c11e3d1f0a7aacde7e6633a4a

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/33f883e23ed7672c11e3d1f0a7aacde7e6633a4a
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/20201117/0148e7ae/attachment.htm>


More information about the vc mailing list