Commit fda8fa77 by Pierre-Louis Bonicoli

Fix pyflakes error: use 'msg' variable

Error was: local variable 'msg' is assigned to but never used
parent a09ce4bd
...@@ -108,4 +108,4 @@ class CallbackModule(CallbackBase): ...@@ -108,4 +108,4 @@ class CallbackModule(CallbackBase):
else: else:
msg = "PLAY [%s]" % name msg = "PLAY [%s]" % name
self._display.banner(name) self._display.banner(msg)
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