Skip to content

Commit

Permalink
Update importCSG.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Jan 25, 2025
1 parent 5a425dd commit a91f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/OpenSCAD/importCSG.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def insert(filename, docname):
original_root_objects.append(obj)
except NameError:
doc = FreeCAD.newDocument(docname)
if filename.lower().endswith('.scad'):
if filename.lower().endswith('.scad'):
tmpfile = callopenscad(filename)
pathName = os.path.dirname(os.path.normpath(filename))
processcsg(tmpfile)
Expand Down

0 comments on commit a91f635

Please sign in to comment.