Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flows/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def position_instance_for(self, component_class_or_name):
raise ValueError('Could not figure out how to redirect to %s' % FC)

# so the new tree is from the root to the parent of the one we just found,
# coupled with the initial subtree from the component we're tring to redirect
# coupled with the initial subtree from the component we're trying to redirect
# to
tree_root = self._position.flow_component_classes[:idx+1]

Expand Down