cc-4105: removed workarond for old bug. bug was: events not being removed from contractor

This commit is contained in:
Rudi Grinberg 2012-08-13 12:52:36 -04:00
parent 4708d76091
commit e4a756075a
2 changed files with 5 additions and 6 deletions

View file

@ -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