Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Enable forceexecute
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudTaghawiNejad authored and rht committed Jun 4, 2018
1 parent 6dae40a commit 844fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abce/messenger.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _do_message_clearing(self):
if msg[0] == 'd':
del self._contracts_deliver[msg[1]][msg[2]]
elif typ == 'forceexecute':
getattr(self, msg[0])(msg[1:])
getattr(self, msg[0])(*msg[1:])
else:
self._msgs.setdefault(typ, []).append(msg)
self.inbox.clear()
Expand Down

0 comments on commit 844fe6e

Please sign in to comment.