[Git][NTPsec/ntpsec][master] Belated filtcooker/stringfiltcooker swap
Gary E. Miller
gitlab at mg.gitlab.com
Thu Apr 13 21:59:22 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
ba0d0dba by Ian Bruene at 2017-04-13T21:22:39+00:00
Belated filtcooker/stringfiltcooker swap
- - - - -
1 changed file:
- ntpclients/ntpmon
Changes:
=====================================
ntpclients/ntpmon
=====================================
--- a/ntpclients/ntpmon
+++ b/ntpclients/ntpmon
@@ -118,9 +118,9 @@ def peer_detail(variables, showunits=False):
ntp.util.UNIT_S,
strip=True,
width=None)
- vcopy['filtdelay'] = ntp.util.filtcooker(vcopyraw['filtdelay'])
- vcopy['filtoffset'] = ntp.util.filtcooker(vcopyraw['filtoffset'])
- vcopy['filtdisp'] = ntp.util.filtcooker(vcopyraw['filtdisp'])
+ vcopy['filtdelay'] = ntp.util.stringfiltcooker(vcopyraw['filtdelay'])
+ vcopy['filtoffset'] = ntp.util.stringfiltcooker(vcopyraw['filtoffset'])
+ vcopy['filtdisp'] = ntp.util.stringfiltcooker(vcopyraw['filtdisp'])
else:
vcopy['filtdelay'] = vcopy['filtdelay'].replace(' ', '\t')
vcopy['filtoffset'] = vcopy['filtoffset'].replace(' ', '\t')
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ba0d0dba2f2d8549e9c17c928c8323b9400c321c
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/ba0d0dba2f2d8549e9c17c928c8323b9400c321c
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/20170413/796a771c/attachment.html>
More information about the vc
mailing list