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
0435a1375e
commit
ac67c6b493
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ def installed(
|
|||
if not isinstance(version, six.string_types) and version is not None:
|
||||
version = str(version)
|
||||
|
||||
refreshed = False
|
||||
refreshed = False
|
||||
|
||||
if version is not None and version == 'latest':
|
||||
version = __salt__['pkg.latest_version'](name,
|
||||
|
|
Loading…
Add table
Reference in a new issue