Skip to content

fix: rename _excution to _execution in execution.py#94

Merged
FernandoCelmer merged 1 commit intodotflow-io:developfrom
alexkore12:fix/issue-80
Mar 26, 2026
Merged

fix: rename _excution to _execution in execution.py#94
FernandoCelmer merged 1 commit intodotflow-io:developfrom
alexkore12:fix/issue-80

Conversation

@alexkore12
Copy link
Copy Markdown
Contributor

Description

Renames the typo to in in both the method definition and call site.

Changes

  • Line 57: β†’
  • Line 140: β†’

Impact

  • Fixes misleading method name for contributors
  • Resolves IDE/staticmethod analyzer warnings
  • Makes codebase search and navigation easier

Closes #80

@FernandoCelmer FernandoCelmer changed the base branch from master to develop March 26, 2026 15:54
@FernandoCelmer
Copy link
Copy Markdown
Member

Thanks for the contribution, @alexkore12! πŸŽ‰

Great fix for the typo in _excution β†’ _execution. Merging to develop.

@FernandoCelmer FernandoCelmer merged commit 8bd4e0d into dotflow-io:develop Mar 26, 2026
@FernandoCelmer FernandoCelmer added the bug Something isn't working label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo: method _excution should be _execution in execution.py

2 participants