mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
commit
56d45074af
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def which_cmdfile():
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
for line in open(path):
|
for line in open(path):
|
||||||
if line.startswith('command_file'):
|
if line.startswith('command_file'):
|
||||||
return line.partition('=')[2].strip()
|
return line.split('=')[1].strip()
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue