File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ def build_traversal_from_path(
623
623
else :
624
624
rhs_name = f"{ rhs_label .lower ()} _{ rel_iterator } "
625
625
rhs_name = self .create_node_identifier (rhs_name , rel_iterator )
626
- rhs_ident = f"{ rhs_name } :{ rhs_label } "
626
+ rhs_ident = f"{ rhs_name } :{ rhs_label } "
627
627
628
628
if relation ["include_in_return" ] and not already_present :
629
629
self ._additional_return (rhs_name )
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ def build_traversal_from_path(
621
621
else :
622
622
rhs_name = f"{ rhs_label .lower ()} _{ rel_iterator } "
623
623
rhs_name = self .create_node_identifier (rhs_name , rel_iterator )
624
- rhs_ident = f"{ rhs_name } :{ rhs_label } "
624
+ rhs_ident = f"{ rhs_name } :{ rhs_label } "
625
625
626
626
if relation ["include_in_return" ] and not already_present :
627
627
self ._additional_return (rhs_name )
You can’t perform that action at this time.
0 commit comments