Browse Source

Correction de Component. cl -> cls

Driky 9 years ago
parent
commit
847509590a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EditorialModel/components.py

+ 1
- 1
EditorialModel/components.py View File

@@ -175,7 +175,7 @@ class EmComponent(object):
175 175
         dbe = cls.db_engine()
176 176
         conn = dbe.connect()
177 177
 
178
-        kwargs['rank'] = cl.get_max_rank(kwargs[cl.ranked_in]) + 1 #Warning !!!
178
+        kwargs['rank'] = cls.get_max_rank(kwargs[cls.ranked_in]) + 1 #Warning !!!
179 179
 
180 180
 
181 181
         table = sql.Table(cls.table, sqlutils.meta(dbe))

Loading…
Cancel
Save