FEM: typo, pep8

This commit is contained in:
Bernd Hahnebach
2020-03-22 10:33:29 +01:00
parent 89479fd74d
commit cdc290ce30
2 changed files with 12 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ class Proxy(object):
return self.Type
def __setstate__(self, state):
# a few FEM objects had this attribut assignment before the move to this Python base obj class
# some objects had this attribute assignment before the move to this Python base obj class
# these objects will give a setAttr failed error on document loading without this assignment
if state:
self.Type = state