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):
|
||||
Option.set_value(self, value)
|
||||
else:
|
||||
print "Value '%s' not found for option '%s'" % ( str(value),
|
||||
self.get_label() )
|
||||
print "Value '%s' not found for option '%s'" % (str(value),
|
||||
self.get_label())
|
||||
|
Loading…
Reference in New Issue
Block a user