better PEP08 formatting, for 18695
svn: r18707
This commit is contained in:
parent
809c3bb833
commit
daad52ee3e
@ -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…
Reference in New Issue
Block a user