mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix PEP8 for the operator
This commit is contained in:
parent
e366f6a7fd
commit
0f11079ff9
1 changed files with 1 additions and 2 deletions
|
@ -1373,8 +1373,7 @@ def latest(
|
|||
'''
|
||||
rtag = __gen_rtag()
|
||||
refresh = bool(
|
||||
salt.utils.is_true(refresh)
|
||||
or (os.path.isfile(rtag) and refresh is not False)
|
||||
salt.utils.is_true(refresh) or (os.path.isfile(rtag) and refresh is not False)
|
||||
)
|
||||
|
||||
if kwargs.get('sources'):
|
||||
|
|
Loading…
Add table
Reference in a new issue