Browse Source

correct an error of keyboard

prieto 8 years ago
parent
commit
a5474695a8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/leapi/query.py

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

@@ -38,7 +38,7 @@ class LeQuery(object):
38 38
     def execute(self, **datas):
39 39
         if len(datas) > 0:
40 40
             self._target_class.check_datas_value(
41
-                                                    datas['datas'lode],
41
+                                                    datas['datas'],
42 42
                                                     **self._data_check_args)
43 43
             self._target_class.prepare_datas() #not yet implemented
44 44
         if self._hook_prefix is None:

Loading…
Cancel
Save