Fix pyflakes error: use 'msg' variable

Error was: local variable 'msg' is assigned to but never used
pull/4420/head
Pierre-Louis Bonicoli 2015-07-02 15:57:34 +02:00
parent a09ce4bd87
commit fda8fa77ab
1 changed files with 1 additions and 1 deletions

View File

@ -108,4 +108,4 @@ class CallbackModule(CallbackBase):
else:
msg = "PLAY [%s]" % name
self._display.banner(name)
self._display.banner(msg)