FEM: solver frame work, code formating

This commit is contained in:
Bernd Hahnebach
2021-07-26 11:37:51 +02:00
parent 1cc9c88be1
commit e84f0ab609
4 changed files with 12 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ class FemInputWriter():
self.document = self.analysis.Document
# working dir
self.dir_name = dir_name
# if dir_name was not given or if it exists but isn't empty: create a temporary dir
# if dir_name was not given or if it exists but is not empty: create a temporary dir
# Purpose: makes sure the analysis can be run even on wired situation
if not dir_name:
FreeCAD.Console.PrintWarning(