mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-26 07:16:54 +01:00
Corrections __init
This commit is contained in:
parent
53ad4dcbc0
commit
669ec976a4
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class LeObject(object):
|
|||
)
|
||||
else:
|
||||
self.__datas[fieldname] = fieldval
|
||||
self.__initialized = list()
|
||||
self.__initialized.append(fieldname)
|
||||
if len(err_list) > 0:
|
||||
raise LeApiErrors(err_list)
|
||||
self.__set_initialized()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue