better PEP08 formatting, for 18695

svn: r18707
This commit is contained in:
Paul Franklin 2012-01-05 19:52:34 +00:00
parent 809c3bb833
commit daad52ee3e

View File

@ -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())