mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix
This commit is contained in:
parent
a9bd1b92b9
commit
3b1dc978e2
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ def installed(
|
|||
# Ensure that a refresh does not re-occur for the rest of the salt run
|
||||
# (unless overriden)
|
||||
if os.path.isfile(rtag) and refresh:
|
||||
os.remove(rtag)
|
||||
os.remove(rtag)
|
||||
kwargs.pop('refresh')
|
||||
refresh = False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue