Browse Source

Correcting a syntax error in EmClass

Roland Haroutiounian 7 years ago
parent
commit
2a3b157a3b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/editorial_model/components.py

+ 1
- 1
lodel/editorial_model/components.py View File

@@ -249,7 +249,7 @@ class EmField(EmComponent):
249 249
         
250 250
     ##@brief Returns data_handler_cls attribute
251 251
     def get_data_handler_cls(self):
252
-        return copy.copy(selfdata_handler_cls)
252
+        return copy.copy(self.data_handler_cls)
253 253
     
254 254
     ##@brief Returne the uid of the emclass which contains this field
255 255
     def get_emclass_uid(self):

Loading…
Cancel
Save