cc-4105: removed workarond for old bug. bug was: events not being removed from contractor
This commit is contained in:
parent
4708d76091
commit
e4a756075a
2 changed files with 5 additions and 6 deletions
|
@ -82,8 +82,9 @@ class BaseEvent(Loggable):
|
|||
# pack will only throw an exception if it processes one file but this
|
||||
# is a little bit hacky
|
||||
try:
|
||||
return self.pack()
|
||||
ret = self.pack()
|
||||
self._pack_hook()
|
||||
return ret
|
||||
except BadSongFile as e: return [e]
|
||||
|
||||
# nothing to see here, please move along
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue