mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Fix linting problem
This commit is contained in:
parent
3a3284b5df
commit
2300b8fddf
@ -17,7 +17,7 @@ def parse_description(desc):
|
||||
options = {}
|
||||
desc_lines = []
|
||||
if 'POST' in desc:
|
||||
desc_lines = desc[desc.index('POST') :].splitlines()
|
||||
desc_lines = desc[desc.index('POST') :].splitlines()
|
||||
else:
|
||||
desc_lines = desc.splitlines()
|
||||
for line in desc_lines:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user