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)
commit318d38dcbae575e00d33b5e3749d1e7a49d25354
tree6b5d5a4e6570dab9c501e9c028a11415673c45c1
parent1b4e3dd9d1b302f7fea46f595cfbdeba7db4e47a
Fix str() bug in hooke.ui.commandline.LocalExitCommand save msg.

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