OpenSCAD: fix utility_create_scad by changing currently working directory so that test_import_surface doesn't fail any more
This commit is contained in:
@@ -201,6 +201,7 @@ polyhedron(
|
||||
f = open(filename,"w+")
|
||||
f.write(scadCode)
|
||||
f.close()
|
||||
os.chdir(temp_dir)
|
||||
return importCSG.open(filename)
|
||||
|
||||
def test_import_difference(self):
|
||||
|
||||
Reference in New Issue
Block a user