clarify error typeout
svn: r18695
This commit is contained in:
parent
243441f8f3
commit
ac7660c0fd
@ -113,5 +113,5 @@ class EnumeratedListOption(Option):
|
|||||||
if value in (v for v, d in self.__items):
|
if value in (v for v, d in self.__items):
|
||||||
Option.set_value(self, value)
|
Option.set_value(self, value)
|
||||||
else:
|
else:
|
||||||
print "Value %s not found for option %s" % ( str(value),
|
print "Value '%s' not found for option '%s'" % ( str(value),
|
||||||
self.get_label() )
|
self.get_label() )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user