PEP 8 fixes.

pull/25772/head
Matt Clay 8 years ago
parent 938d60472a
commit 3eea649cbb

@ -283,7 +283,7 @@ class CLI(with_metaclass(ABCMeta, object)):
elif isinstance(value, list): elif isinstance(value, list):
setattr(parser.values, option.dest, [unfrackpath(x) for x in value]) setattr(parser.values, option.dest, [unfrackpath(x) for x in value])
else: else:
pass #FIXME: should we raise options error? pass # FIXME: should we raise options error?
@staticmethod @staticmethod
def unfrack_path(option, opt, value, parser): def unfrack_path(option, opt, value, parser):

Loading…
Cancel
Save