cc-4584: fixxxed

This commit is contained in:
Rudi Grinberg 2012-11-02 12:42:24 -04:00
parent e9524c8615
commit a1d5037e04
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ class BaseEvent(Loggable):
owners.remove_file_owner(self.path)
return ret
except BadSongFile as e: return [e]
except Exception as e:
self.unexpected_exception(e)
return[e]
# nothing to see here, please move along
def morph_into(self, evt):