salt/modules/macports.py: add kwargs to list_upgrades

This is done for API compatibility
This commit is contained in:
Erik Johnson 2016-06-08 16:28:18 -05:00
parent 76143b76ca
commit 46e5a52784

View file

@ -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