[Git][NTPsec/ntpsec][master] ntpheatusb: pep8 typos.
Gary E. Miller
gitlab at mg.gitlab.com
Fri Mar 24 00:15:38 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
f4b0738d by Gary E. Miller at 2017-03-23T17:15:10-07:00
ntpheatusb: pep8 typos.
- - - - -
1 changed file:
- contrib/ntpheatusb
Changes:
=====================================
contrib/ntpheatusb
=====================================
--- a/contrib/ntpheatusb
+++ b/contrib/ntpheatusb
@@ -91,8 +91,7 @@ Discrete PID control
def __repr__(self):
return ("D_value=%s, I_value=%s" % (self.D_value, self.I_value))
-
- def setPoint(self,set_point):
+ def setPoint(self, set_point):
"""
Initilize the setpoint of PID
"""
@@ -131,7 +130,8 @@ parser.add_argument('-p', '--pid',
parser.add_argument('-s', '--step',
action="store_true",
dest='step',
- help="Step up 1C every 2 hours for 20 hours, then back down.")
+ help="Step up 1C every 2 hours for 20 hours, "
+ "then back down.")
parser.add_argument('-t', '--temp',
default=[45.0],
dest='target_temp',
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f4b0738d1aa5640e249f5a4904d3d1e1b24cdc96
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170324/c6a571f2/attachment.html>
More information about the vc
mailing list