<div dir="ltr">So, I was running ntpviz rarely, I updated to a (recentish git head), I added a gpsd module symlink under ntpclients/, and boom breakage. I followed the traceback to a line, I patched the line a couple of times, and I requested the following patch. Was anyone else running into this?<div>Also, one of the dicts in that file (probably same commit) should be an ordered dict, as the summary lines are now alphabetized. I will get to that soon.<br><br>From a0e5847f22929657699fc6eea7e4b72c89a27a1a Mon Sep 17 00:00:00 2001<br>From: James Browning <<a href="mailto:jamesb.fe80@gmail.com" target="_blank">jamesb.fe80@gmail.com</a>><br>Date: Mon, 5 Oct 2020 14:17:00 -0700<br>Subject: [PATCH] ntpviz: Revise in the aftermath of changes ...<br><br>'Experimental cleanups for lgtm. No logic changes'<br>appears to have bent the instances of running with<br>one GPS on Python 2.7 and 3.8 on Ubuntu ARM.<br>---<br> ntpclients/ntpviz.py | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/ntpclients/ntpviz.py b/ntpclients/ntpviz.py<br>index c30e35509..7b5c32aed 100644<br>--- a/ntpclients/ntpviz.py<br>+++ b/ntpclients/ntpviz.py<br>@@ -793,7 +793,7 @@ plot \\<br>             plot_template += """\<br> '-' using 1:2 title '%s TDOP' with line ls 1, \\<br> '-' using 1:3 title '%s nSat' with line ls 2 axis x1y2, \\<br>-""" % (key,)<br>+""" % (key,key)<br><br>         # strip the trailing ", \\n"<br>         plot_template = plot_template[:-4] + "\n"<br>-- <br>2.25.1<br></div></div>