[modules/gpmdp] Make unit tests run through
* full_text needs to return a string *always* * relax full_text check to also allow unicode results
This commit is contained in:
parent
3d1f4ddf25
commit
d3fc5094f8
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ class Module(bumblebee.engine.Module):
|
|||
self._tags = None
|
||||
|
||||
def description(self, widget):
|
||||
return self._tags
|
||||
return self._tags if self._tags else "n/a"
|
||||
|
||||
def update(self, widgets):
|
||||
self._load_song()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue