瀏覽代碼

Fixing syntax error

Yann Weber 9 年之前
父節點
當前提交
b643477e3c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      leapi/leobject.py

+ 1
- 1
leapi/leobject.py 查看文件

@@ -31,7 +31,7 @@ class _LeObject(_LeCrud):
31 31
     _leo_fieldtypes = dict()
32 32
     
33 33
     ## @brief Stores the names of the fields storing the EM class uid and EM type uid
34
-    _me_uid_field_names = tuple(None, None)
34
+    _me_uid_field_names = (None, None)
35 35
     
36 36
     ## @brief Instanciate a partial LeObject with a lodel_id
37 37
     # @note use the get_instance method to fetch datas and instanciate a concret LeObject

Loading…
取消
儲存