FEM: unit test ccx tools, better var name

This commit is contained in:
Bernd Hahnebach
2020-01-18 06:24:43 +01:00
parent 6ee30a51ed
commit 2bb267300d

View File

@@ -542,12 +542,12 @@ class TestCcxTools(unittest.TestCase):
# do not save and print End of tests
return fea
static_save_fc_file = analysis_dir + base_name + ".FCStd"
save_fc_file = analysis_dir + base_name + ".FCStd"
fcc_print(
"Save FreeCAD file for {} to {}..."
.format(test_name, static_save_fc_file)
.format(test_name, save_fc_file)
)
self.active_doc.saveAs(static_save_fc_file)
self.active_doc.saveAs(save_fc_file)
fcc_print(
"\n--------------- "