oz123 11 år sedan
förälder
incheckning
72f2cbd411
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      pwman/ui/cli.py

+ 3 - 3
pwman/ui/cli.py

@@ -345,9 +345,9 @@ class PwmanCliOld(cmd.Cmd, HelpUI, BaseUI):
         pwman> n {'leetify':False, 'numerics':True, 'special_chars':True}
         Password (Blank to generate):
         """
-        errmsg = """could not parse config override, please input some"""\
-                 + """ kind of dictionary, e.g.: n {'leetify':False, """\
-                 + """'numerics':True, 'special_chars':True}"""
+        errmsg = ("could not parse config override, please input some"
+                  " kind of dictionary, e.g.: n {'leetify':False, "
+                  " numerics':True, 'special_chars':True}")
         try:
             username = self.get_username()
             if args: