mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
salt/modules/macports.py: add kwargs to list_upgrades
This is done for API compatibility
This commit is contained in:
parent
76143b76ca
commit
46e5a52784
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ def install(name=None, refresh=False, pkgs=None, **kwargs):
|
|||
return salt.utils.compare_dicts(old, new)
|
||||
|
||||
|
||||
def list_upgrades(refresh=True):
|
||||
def list_upgrades(refresh=True, **kwargs): # pylint: disable=W0613
|
||||
'''
|
||||
Check whether or not an upgrade is available for all packages
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue