From ce86fa43650491eba957ea7581b9df5b3e39d6a3 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 31 Jan 2019 11:59:16 +0100 Subject: [PATCH] FEM: result tools, typo --- src/Mod/Fem/femresult/resulttools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femresult/resulttools.py b/src/Mod/Fem/femresult/resulttools.py index dd06374d28..e123fb385d 100644 --- a/src/Mod/Fem/femresult/resulttools.py +++ b/src/Mod/Fem/femresult/resulttools.py @@ -243,7 +243,7 @@ def fill_femresult_stats(results): # do not forget to adapt the def get_stats in: # - get_stats in module femresult/resulttools.py # - module femtest/testccxtools.py - # TODO: all stats stuff should be reimplemented, ma be a dictionary would be far more robust than a list + # TODO: all stats stuff should be reimplemented, maybe a dictionary would be far more robust than a list FreeCAD.Console.PrintLog('Stats list for result obj: ' + results.Name + ' calculated\n') return results