FEM: ccx tools, utils imported allready

This commit is contained in:
Bernd Hahnebach
2019-09-11 07:44:17 +02:00
committed by GitHub
parent 6c629a8805
commit 157e57d97f

View File

@@ -684,8 +684,7 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject):
"Dir \'{}\' doesn't exist or cannot be created.\n"
.format(self.working_dir)
)
from femtools.femutils import get_temp_dir
self.working_dir = get_temp_dir(self.solver)
self.working_dir = femutils.get_temp_dir(self.solver)
FreeCAD.Console.PrintMessage(
"Dir \'{}\' will be used instead.\n"
.format(self.working_dir)