cc-4584: fixxxed
This commit is contained in:
parent
e9524c8615
commit
a1d5037e04
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue