mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
PEP 8 fixes.
This commit is contained in:
@@ -283,7 +283,7 @@ class CLI(with_metaclass(ABCMeta, object)):
|
||||
elif isinstance(value, list):
|
||||
setattr(parser.values, option.dest, [unfrackpath(x) for x in value])
|
||||
else:
|
||||
pass #FIXME: should we raise options error?
|
||||
pass # FIXME: should we raise options error?
|
||||
|
||||
@staticmethod
|
||||
def unfrack_path(option, opt, value, parser):
|
||||
|
||||
Reference in New Issue
Block a user