mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
reindent block to isolate conflict on merge forward
Signed-off-by: Mathieu Le Marec - Pasquet <kiorky@cryptelium.net>
This commit is contained in:
parent
699eceab64
commit
1c0cd459f8
1 changed files with 4 additions and 5 deletions
|
@ -1270,11 +1270,10 @@ def latest(
|
|||
log.error(msg)
|
||||
problems.append(msg)
|
||||
elif not cur[pkg] \
|
||||
or salt.utils.compare_versions(
|
||||
ver1=cur[pkg],
|
||||
oper='<',
|
||||
ver2=avail[pkg],
|
||||
cmp_func=cmp_func):
|
||||
or salt.utils.compare_versions(ver1=cur[pkg],
|
||||
oper='<',
|
||||
ver2=avail[pkg],
|
||||
cmp_func=cmp_func):
|
||||
targets[pkg] = avail[pkg]
|
||||
|
||||
if problems:
|
||||
|
|
Loading…
Add table
Reference in a new issue