Fix str() bug in hooke.ui.commandline.LocalExitCommand save msg.
authorW. Trevor King <wking@drexel.edu>
Thu, 13 May 2010 11:40:00 +0000 (07:40 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 13 May 2010 11:40:00 +0000 (07:40 -0400)
commita2d5c1487483bea634f108cbbc4af43acde1aae6
tree6b5d5a4e6570dab9c501e9c028a11415673c45c1
parent4cb561d88fc0bef7a6667505290a24bf55b9ca72
Fix str() bug in hooke.ui.commandline.LocalExitCommand save msg.

Old implemtation crashed if Playlist.name was None.
hooke/ui/commandline.py