Skip to content

Commit

Permalink
FEM: result obj, pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 20, 2020
1 parent b34f0ae commit 97fed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femobjects/_FemResultMechanical.py
Expand Up @@ -320,7 +320,7 @@ def onDocumentRestored(self, obj):
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):
Expand Down

0 comments on commit 97fed29

Please sign in to comment.