gnome-prototypes-team / gnome-music

Gnome Music
https://live.gnome.org/Music
Other
5 stars 13 forks source link

Fix crash when switching to the Artists view #145

Closed felipeborges closed 11 years ago

felipeborges commented 11 years ago

It's crashing here when I'm switching to the Artists view. It's throwing a TypeError when printing a tracker.get_url() return. When tracker.get_url() returns NoneType, you cannot concatenate it to a 'str'. Apparently, logging.debug handles that.

btw, sorry for the long-name-branch. :)