Skip to content

Hint for MaybeOverlap error #78

@MementoRC

Description

@MementoRC

Would it be helpful to add an hint as to the action that generated an overlap error with:

            try:
                updated_input = path.execute(previous_tree)
            except AccessFailure:
                raise MaybeOverlappingActions(
                    "When using chained actions, individual actions should not"
                    " overlap with each other."
                    f"   Action attempted: {action}"
                ) from None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions