mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Fix pyflakes error: use 'msg' variable
Error was: local variable 'msg' is assigned to but never used
This commit is contained in:
@@ -108,4 +108,4 @@ class CallbackModule(CallbackBase):
|
||||
else:
|
||||
msg = "PLAY [%s]" % name
|
||||
|
||||
self._display.banner(name)
|
||||
self._display.banner(msg)
|
||||
|
||||
Reference in New Issue
Block a user