develop
asamoukin 16 years ago
parent a9df6371ed
commit 0fef3dba2c

@ -2185,8 +2185,7 @@ class profile(_file, _terms):
%str(strNum) %str(strNum)
exit(1) exit(1)
if minus: if minus:
strNumers.append(-num) num =-num
else:
strNumers.append(num) strNumers.append(num)
return sum(strNumers) return sum(strNumers)
print _("error in profile %s")%nameProfile print _("error in profile %s")%nameProfile

Loading…
Cancel
Save