mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix syntax error
This commit is contained in:
parent
d5bec99126
commit
020c2a2b85
@ -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…
Reference in New Issue
Block a user