[Git][NTPsec/ntpsec][master] 2 commits: Add missing newline to pyntpq passwd error message

Eric S. Raymond gitlab at mg.gitlab.com
Tue Nov 1 14:04:59 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
44a807b6 by Matt Selsky at 2016-11-01T09:10:57-04:00
Add missing newline to pyntpq passwd error message

- - - - -
1a233f07 by Matt Selsky at 2016-11-01T09:14:47-04:00
Fix variable name

- - - - -


1 changed file:

- ntpq/pyntpq


Changes:

=====================================
ntpq/pyntpq
=====================================
--- a/ntpq/pyntpq
+++ b/ntpq/pyntpq
@@ -591,7 +591,7 @@ usage: poll [ n ] [ verbose ]
 
     def do_passwd(self, line):
         "specify a password to use for authenticated requests"
-        self.warn("Authentication is not yet implemented")
+        self.warn("Authentication is not yet implemented\n")
 
     def help_passwd(self):
         self.say("""\
@@ -1502,5 +1502,5 @@ if __name__ == '__main__':
                     session.close()
         raise SystemExit(0)
     except KeyboardInterrupt:
-        interpeter.say("\n")
+        interpreter.say("\n")
 # end



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/272c1e84a586eaf840dcbfb93665f392a1a93220...1a233f071089de393404d0f599a4b3753e445d0e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161101/287a4c2e/attachment.html>


More information about the vc mailing list