cc-4584: fixxxed
This commit is contained in:
parent
e9524c8615
commit
a1d5037e04
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ class BaseEvent(Loggable):
|
||||||
owners.remove_file_owner(self.path)
|
owners.remove_file_owner(self.path)
|
||||||
return ret
|
return ret
|
||||||
except BadSongFile as e: return [e]
|
except BadSongFile as e: return [e]
|
||||||
|
except Exception as e:
|
||||||
|
self.unexpected_exception(e)
|
||||||
|
return[e]
|
||||||
|
|
||||||
# nothing to see here, please move along
|
# nothing to see here, please move along
|
||||||
def morph_into(self, evt):
|
def morph_into(self, evt):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue