mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pylint error
This commit is contained in:
parent
91258cd6a8
commit
0040082d0a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue