Browse Source

Correction again

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

+ 1
- 1
EditorialModel/components.py View File

@@ -248,7 +248,7 @@ class EmComponent(object):
248 248
                         raise ValueError('Excepted a positive int not a null. new_rank = '+str((new_rank)))
249 249
                 else:
250 250
                     logger.error("Bad argument")
251
-                    raise TypeError('Excepted a string (\'=\' or \'+\' or \'-\') not a '+str((new_rank)))
251
+                    raise TypeError('Excepted a string (\'=\' or \'+\' or \'-\') not a '+str((sign)))
252 252
             else:
253 253
                 logger.error("Bad argument")
254 254
                 raise ValueError('Excepted a positive int not a negative. new_rank = '+str((new_rank)))

Loading…
Cancel
Save