Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/final_changes_v2.0.0' into bf/oa…
Browse files Browse the repository at this point in the history
…/control
  • Loading branch information
detlefarend committed Nov 11, 2024
2 parents 1554e2a + a974bb9 commit e260f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpro/bf/mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def set_predecessors(self, p_predecessor_tasks:list ):
## -------------------------------------------------------------------------------------------------
def _raise_event(self, p_event_id: str, p_event_object: Event):
if p_event_id == self.C_EVENT_FINISHED: self._on_finished()
EventManager()._raise_event(self, p_event_id, p_event_object)
EventManager._raise_event(self, p_event_id, p_event_object)


## -------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit e260f60

Please sign in to comment.