Do not trap all exceptions grrr
This commit is contained in:
parent
8ae8986354
commit
1ed5450651
@ -31,7 +31,7 @@ class TimelineObserver:
|
||||
try:
|
||||
method = getattr(self._observer, 'do_' + tag)
|
||||
method(current_frame, n_frames)
|
||||
except:
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
class Timeline:
|
||||
|
Loading…
Reference in New Issue
Block a user