making pylint happier
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
c2c0d9bcd7
commit
35980ef329
1 changed files with 1 additions and 3 deletions
|
@ -85,7 +85,7 @@ def get_selections(module, pkg):
|
||||||
|
|
||||||
if rc == 0:
|
if rc == 0:
|
||||||
selections = {}
|
selections = {}
|
||||||
for line in out.splitlines():
|
for line in out.splitlines():
|
||||||
#if not line.startswith('*'): # only awnsered
|
#if not line.startswith('*'): # only awnsered
|
||||||
# continue
|
# continue
|
||||||
(key, value) = line.split(':')
|
(key, value) = line.split(':')
|
||||||
|
@ -160,5 +160,3 @@ def main():
|
||||||
# this is magic, see lib/ansible/module_common.py
|
# this is magic, see lib/ansible/module_common.py
|
||||||
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue