FEM: result obj, pep8

This commit is contained in:
Bernd Hahnebach
2020-02-20 05:46:26 +01:00
parent b34f0aef34
commit 97fed29989

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):