Initialization fix

This commit is contained in:
Bo Maryniuk 2015-10-08 15:01:20 +02:00
parent 510dedd29f
commit a6c285bd12

View file

@ -202,7 +202,7 @@ def latest_version(*names, **kwargs):
salt '*' pkg.latest_version <package name>
salt '*' pkg.latest_version <package1> <package2> <package3> ...
'''
ret = {}
ret = dict()
if not names:
return ret