From bccb0b80d6078be4826e85e1c3fd440c3410a524 Mon Sep 17 00:00:00 2001 From: alexkore12 Date: Thu, 26 Mar 2026 08:25:36 -0600 Subject: [PATCH] fix: rename _excution to _execution in execution.py. Closes #80 --- dotflow/core/execution.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotflow/core/execution.py b/dotflow/core/execution.py index 8d331495..044b2a53 100644 --- a/dotflow/core/execution.py +++ b/dotflow/core/execution.py @@ -54,7 +54,7 @@ def __init__( self.task.previous_context = previous_context self.task.workflow_id = workflow_id - self._excution(_flow_callback) + self._execution(_flow_callback) def _is_action(self, class_instance: Callable, func: Callable): try: @@ -137,7 +137,7 @@ def _execution_with_class(self, class_instance: Callable): return new_context - def _excution(self, _flow_callback): + def _execution(self, _flow_callback): try: start = datetime.now() current_context = self.task.step(