Merge pull request #9074 from Pesc0/fixtypo

Fix typo in Mod/OpenSCAD/prototype.py
This commit is contained in:
Chris Hennes
2023-03-27 08:47:17 -05:00
committed by GitHub

View File

@@ -661,7 +661,7 @@ def readfile(filename):
f = pythonopen(tmpfile)
else:
f = pythonopen(filename)
rootnode = p arsenode(f.read())[0]
rootnode = parsenode(f.read())[0]
f.close()
if isopenscad and tmpfile:
try: