Fix typo in Mod/OpenSCAD/prototype.py

This commit is contained in:
Pesc0
2023-03-27 11:14:08 +02:00
parent ff5df2ce1f
commit 0b7dc43932

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: