-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Labels
No labels