Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Oct 27, 2024
1 parent 3dc9d40 commit e220181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI with Formatting Check and Docker
name: CI with Formatting Check and Docker Build

on: [push, pull_request]

Expand Down
1 change: 0 additions & 1 deletion yasmin/yasmin/state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def validate(self, raise_exception: bool = True) -> str:
errors += f"\n\tState machine outcome '{o}' not registered as outcome neither state"

if errors:

errors = f"{'*' * 100}\nState machine failed validation check:{errors}\n\n\tAvailable states: {list(self._states.keys())}\n{'*' * 100}"

if raise_exception:
Expand Down

0 comments on commit e220181

Please sign in to comment.