mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-12 08:00:51 -07:00
typo in formatting the warning message
This commit is contained in:
parent
4ae5512fb0
commit
8532ddd5ed
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue