Fix typo in Mod/OpenSCAD/prototype.py

This commit is contained in:
Pesc0
2023-03-27 11:14:08 +02:00
parent 4c1e17aae0
commit 30d85a1d56

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: