mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-04 00:01:30 -07:00
PEP 8 fixes.
This commit is contained in:
parent
938d60472a
commit
3eea649cbb
2 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue