Browse Source

Corrections __init

prieto 8 years ago
parent
commit
669ec976a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/leapi/leobject.py

+ 1
- 1
lodel/leapi/leobject.py View File

@@ -91,7 +91,7 @@ class LeObject(object):
91 91
                     )
92 92
             else:
93 93
                 self.__datas[fieldname] = fieldval
94
-                self.__initialized = list()
94
+                self.__initialized.append(fieldname)
95 95
         if len(err_list) > 0:
96 96
             raise LeApiErrors(err_list)
97 97
         self.__set_initialized()

Loading…
Cancel
Save