Fix syntax error

This commit is contained in:
twangboy 2017-10-09 14:56:56 -06:00
parent d5bec99126
commit 020c2a2b85
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -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: