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