mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Fix pyflakes error: use 'msg' variable
Error was: local variable 'msg' is assigned to but never used
This commit is contained in:
parent
a09ce4bd87
commit
fda8fa77ab
1 changed files with 1 additions and 1 deletions
|
@ -108,4 +108,4 @@ class CallbackModule(CallbackBase):
|
|||
else:
|
||||
msg = "PLAY [%s]" % name
|
||||
|
||||
self._display.banner(name)
|
||||
self._display.banner(msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue