[Git][NTPsec/ntpsec][master] packet.py: fix typo in pep8 changes, found by pyflakes.
Gary E. Miller
gitlab at mg.gitlab.com
Tue Jan 3 22:37:23 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
859c748e by Gary E. Miller at 2017-01-03T14:36:39-08:00
packet.py: fix typo in pep8 changes, found by pyflakes.
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -1090,7 +1090,7 @@ class ControlSession:
if rpkt.is_error():
if rpkt.more():
warn("Error %d received on non-final fragment\n"
- rpkt.errcode())
+ % rpkt.errcode())
self.keyid = self.passwd = None
raise ControlException(
SERR_SERVER
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/859c748e05b4664c372815f2f6de8dc039517aec
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170103/2c65725c/attachment.html>
More information about the vc
mailing list