mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
directory.
This commit is contained in:
parent
72faf8eb0a
commit
477ca2ed1a
13 changed files with 128 additions and 133 deletions
|
|
@ -54,9 +54,9 @@ def main():
|
|||
delta = endd - startd
|
||||
|
||||
if out is None:
|
||||
out = ''
|
||||
out = ''
|
||||
if err is None:
|
||||
err = ''
|
||||
err = ''
|
||||
|
||||
module.exit_json(
|
||||
cmd = args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue