Skip to content

Commit

Permalink
Re #11063 Minor bug in PropertiesDescriptors.py
Browse files Browse the repository at this point in the history
Thanks Dan for noticing it.
  • Loading branch information
abuts committed Feb 20, 2015
1 parent 53989ef commit 990e006
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -324,7 +324,7 @@ def validate(self,instance,owner=None):
else:
if inc_en <= 0:
return (False,2,"Incident energy have to be positive number or list of positive numbers.\n" +
"Got single negative incident energy {0} ".format(en))
"Got single negative incident energy {0} ".format(inc_en))
return (True,0,'')
# end IncidentEnergy
#-----------------------------------------------------------------------------------------
Expand Down

0 comments on commit 990e006

Please sign in to comment.