Pārlūkot izejas kodu

Fixing syntax error

Yann Weber 9 gadus atpakaļ
vecāks
revīzija
b643477e3c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      leapi/leobject.py

+ 1
- 1
leapi/leobject.py Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt