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…
Reference in a new issue