develop
asamoukin 15 years ago
parent a9df6371ed
commit 0fef3dba2c

@ -2184,10 +2184,9 @@ class profile(_file, _terms):
print _("error local var %s not defined")\
%str(strNum)
exit(1)
if minus:
strNumers.append(-num)
else:
strNumers.append(num)
if minus:
num =-num
strNumers.append(num)
return sum(strNumers)
print _("error in profile %s")%nameProfile
print _("error profile term %s, incorrect data")%str(term)

Loading…
Cancel
Save