Skip to content

Commit e7d6ef0

Browse files
Apply suggestions from code review
Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
1 parent f08a746 commit e7d6ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cadquery/assembly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,9 @@ def load(
654654
if importType == "STEP":
655655
_importStep(assy, path, unit)
656656
elif importType == "XML":
657-
importXml(assy, path)
657+
importXml(assy, path, unit)
658658
elif importType == "XBF":
659-
importXbf(assy, path)
659+
importXbf(assy, path, unit)
660660

661661
return assy
662662

0 commit comments

Comments
 (0)