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