FEM: result obj, pep8

This commit is contained in:
Bernd Hahnebach
2020-02-20 05:46:26 +01:00
parent 454fe91c3c
commit 6ced131b6d

View File

@@ -320,7 +320,7 @@ class _FemResultMechanical():
if len(obj.Stats) == 39:
temp = obj.Stats
for i in range(12, -1, -1):
del temp [3 * i + 1]
del temp[3 * i + 1]
obj.Stats = temp
def __getstate__(self):