[Git][NTPsec/ntpsec][master] Fix compilation of ntploggps on python3
Matt Selsky
gitlab at mg.gitlab.com
Mon Nov 27 00:15:32 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
7420f0ec by Matt Selsky at 2017-11-26T19:03:07-05:00
Fix compilation of ntploggps on python3
python3 -m py_compile ntploggps
Sorry: TabError: inconsistent use of tabs and spaces in indentation (ntploggps, line 203)
- - - - -
1 changed file:
- ntpclients/ntploggps
Changes:
=====================================
ntpclients/ntploggps
=====================================
--- a/ntpclients/ntploggps
+++ b/ntpclients/ntploggps
@@ -200,8 +200,8 @@ if __name__ == '__main__':
satellites_used is not None and \
tdop is not None:
if last_time != current_time:
- s = '%i %s %f %d' % (current_time, device, tdop,
- satellites_used)
+ s = '%i %s %f %d' % (current_time, device, tdop,
+ satellites_used)
Logger.info(s)
last_time = current_time
if args.once:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7420f0ec82deb9fdd76fbd10d76e7e6026ee43d0
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7420f0ec82deb9fdd76fbd10d76e7e6026ee43d0
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/20171127/5ae68a16/attachment.html>
More information about the vc
mailing list