FEM: code formating: trailing whitespaces, tabs at line start and flake8

This commit is contained in:
Bernd Hahnebach 2016-08-02 08:44:07 +02:00 committed by wmayer
parent 5a2a73b55e
commit 4d778390d4
3 changed files with 28 additions and 28 deletions

View File

@ -111,7 +111,6 @@ INSTALL(
test_files/ccx/spine_thermomech.frd test_files/ccx/spine_thermomech.frd
test_files/ccx/spine_thermomech_expected_values test_files/ccx/spine_thermomech_expected_values
test_files/ccx/spine_thermomech.fcstd test_files/ccx/spine_thermomech.fcstd
DESTINATION DESTINATION
Mod/Fem/test_files/ccx Mod/Fem/test_files/ccx
) )

View File

@ -519,6 +519,7 @@ class TherMechFemTest(unittest.TestCase):
FreeCAD.closeDocument("TherMechFemTest") FreeCAD.closeDocument("TherMechFemTest")
pass pass
# helpers # helpers
def open_cube_test(): def open_cube_test():
cube_file = test_file_dir + '/cube.fcstd' cube_file = test_file_dir + '/cube.fcstd'