Skip to content

Commit e1ff100

Browse files
committed
fix RANS tests10
1 parent b64c266 commit e1ff100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceasiompy/utils/ceasiompyutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def get_part_type(tixi, part_uid: str, print_info=True) -> str:
629629
"vehicles/rotorcraft/model/rotors/rotor" : "rotor",
630630
}
631631

632-
for (path_name, part_name) in path_part:
632+
for (path_name, part_name) in path_part.items():
633633
if path_name in part_xpath:
634634
if print_info:
635635
log.info(f"'{part_uid}' is a {part_name}")

0 commit comments

Comments
 (0)