mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix syntax error
This commit is contained in:
parent
d5bec99126
commit
020c2a2b85
1 changed files with 0 additions and 1 deletions
|
@ -2870,7 +2870,6 @@ def _findOptionValueInSeceditFile(option):
|
|||
_secdata = _reader.readlines()
|
||||
while not _reader.closed:
|
||||
_reader.close()
|
||||
_reader.
|
||||
if __salt__['file.file_exists'](_tfile):
|
||||
_ret = __salt__['file.remove'](_tfile)
|
||||
for _line in _secdata:
|
||||
|
|
Loading…
Add table
Reference in a new issue