mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 22:03:18 +00:00
Add missing whitespace around arithmetic operator
This patch is needed to pass Automation Hub tests.
This commit is contained in:
@@ -206,7 +206,7 @@ def gen_module_docs(module_in):
|
||||
# print("%s: Bad argument dict line '%s'" % (module_in,
|
||||
# stripped))
|
||||
while ")," not in stripped and i < len(in_lines) - 1:
|
||||
next_stripped = in_lines[i+1].strip()
|
||||
next_stripped = in_lines[i + 1].strip()
|
||||
if not next_stripped.startswith("# "):
|
||||
stripped += next_stripped
|
||||
i += 1
|
||||
|
||||
Reference in New Issue
Block a user