FEM: code formating, flake8

This commit is contained in:
Bernd Hahnebach
2018-01-13 12:53:41 +01:00
parent b7b80f87e3
commit 88e0ef131f
3 changed files with 2 additions and 8 deletions

View File

@@ -74,7 +74,6 @@ solverframework_analysis_dir = temp_dir + 'FEM_solverframework/'
solverframework_save_fc_file = solverframework_analysis_dir + static_base_name + '.fcstd'
class FemTest(unittest.TestCase):
def setUp(self):
try:
@@ -1347,7 +1346,7 @@ class SolverFrameWorkTest(unittest.TestCase):
fcc_print('Save FreeCAD file for static2 analysis to {}...'.format(solverframework_save_fc_file))
self.active_doc.saveAs(solverframework_save_fc_file)
fcc_print('--------------- End of FEM tests solver frame work ---------------')
def tearDown(self):
FreeCAD.closeDocument("FemTest")
pass