[Git][NTPsec/ntpsec][master] pep8

Matt Selsky gitlab at mg.gitlab.com
Tue Dec 11 17:44:12 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
6d16833a by Matt Selsky at 2018-12-11T17:38:46Z
pep8

E203 whitespace before ','

- - - - -


1 changed file:

- ntpclients/ntpmon.py


Changes:

=====================================
ntpclients/ntpmon.py
=====================================
@@ -79,7 +79,7 @@ def statline(_peerlist, _mrulist, nyquist):
     "Generate a status line"
     # We don't use stdversion here because the presence of a date is confusing
     leader = sysvars['version'][0]
-    leader = re.sub(r" \([^\)]*\)" , "", leader)
+    leader = re.sub(r" \([^\)]*\)", "", leader)
     if span.entries:
         trailer = "Updated: %s (%s)" \
                   % (iso8601(span.entries[0].last).split("T")[1],



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6d16833a12d1f775514eaf70065bb4cf31240fce

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6d16833a12d1f775514eaf70065bb4cf31240fce
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/20181211/0e8ab2d9/attachment.html>


More information about the vc mailing list