Skip to content
Snippets Groups Projects
Commit ba0d0dba authored by Ian Bruene's avatar Ian Bruene
Browse files

Belated filtcooker/stringfiltcooker swap

parent 20a8f68f
No related branches found
No related tags found
Loading
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment