Fix pylint error

This commit is contained in:
twangboy 2017-10-12 13:17:39 -06:00
parent 91258cd6a8
commit 0040082d0a
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -2873,7 +2873,7 @@ def _findOptionValueInSeceditFile(option):
for _ in range(5):
try:
__salt__['file.remove'](_tfile)
except WindowsError:
except WindowsError: # pylint: disable=E0602
time.sleep(.1)
continue
else: