Commit 8532ddd5 by Toshio Kuratomi

typo in formatting the warning message

parent 4ae5512f
...@@ -275,7 +275,7 @@ class ActionBase: ...@@ -275,7 +275,7 @@ class ActionBase:
return data2.split()[0] return data2.split()[0]
except IndexError: except IndexError:
self._display.warning("Calculating checksum failed unusually, please report this to " + \ self._display.warning("Calculating checksum failed unusually, please report this to " + \
"the list so it can be fixed\ncommand: %s\n----\noutput: %s\n----\n") % (cmd, data) "the list so it can be fixed\ncommand: %s\n----\noutput: %s\n----\n" % (cmd, data))
# this will signal that it changed and allow things to keep going # this will signal that it changed and allow things to keep going
return "INVALIDCHECKSUM" return "INVALIDCHECKSUM"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment