mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
salt/modules/pkgutil.py: add kwargs to list_upgrades
This is done for API compatibility
This commit is contained in:
parent
5179dbcec4
commit
6e89a8be98
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def upgrade_available(name):
|
|||
return ''
|
||||
|
||||
|
||||
def list_upgrades(refresh=True):
|
||||
def list_upgrades(refresh=True, **kwargs): # pylint: disable=W0613
|
||||
'''
|
||||
List all available package upgrades on this system
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue