mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
typo in formatting the warning message
This commit is contained in:
@@ -275,7 +275,7 @@ class ActionBase:
|
||||
return data2.split()[0]
|
||||
except IndexError:
|
||||
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
|
||||
return "INVALIDCHECKSUM"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user