FEM: writer base: use warning instead of error message

This commit is contained in:
Bernd Hahnebach
2020-07-16 08:08:50 +02:00
parent a3749d38b1
commit d93229b8c5

View File

@@ -78,7 +78,7 @@ class FemInputWriter():
# if dir_name was not given or if it exists but isn't empty: create a temporary dir
# Purpose: makes sure the analysis can be run even on wired situation
if not dir_name:
FreeCAD.Console.PrintError(
FreeCAD.Console.PrintWarning(
"Error: FemInputWriter has no working_dir --> "
"we are going to make a temporary one!\n"
)