Skip to content

Commit

Permalink
Trying to find out what's killing truffle
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hennenfent committed Jul 20, 2020
1 parent e0aa5eb commit 8bd0224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manticore/utils/event.py
Expand Up @@ -146,7 +146,7 @@ def _publish(self, _name, *args, can_raise=True, **kwargs):
self._check_event(_name)
self._publish_impl(_name, *args, **kwargs)
except Exception as e:
if can_raise:
if True: # can_raise: #TODO - remove
raise
else:
logger.error("Exception raised at a callback %r", e)
Expand Down

0 comments on commit 8bd0224

Please sign in to comment.