mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix code typo in 40f92d1
This commit is contained in:
@@ -137,7 +137,7 @@ def print_alignment_deep(alignment, indent=0):
|
||||
|
||||
for agg in alignment.IsDecomposedBy:
|
||||
for child in agg.RelatedObjects:
|
||||
print_alignmen_deep(child, indent + 2)
|
||||
print_alignment_deep(child, indent + 2)
|
||||
|
||||
|
||||
def print_composite_curve(curve):
|
||||
|
||||
Reference in New Issue
Block a user