Fix a call to lookForUpdatesForVersion() with the wrong number of parameters

This commit is contained in:
Greg Neagle
2012-03-22 14:58:58 -07:00
parent 9ece677704
commit b0e713fdda
+2 -1
View File
@@ -1538,7 +1538,8 @@ def processInstall(manifestitem, cataloglist, installinfo):
# a specific version was specified in the manifest
# so look only for updates for this specific version
update_list = lookForUpdatesForVersion(
manifestitemname_withoutversion, includedversion)
manifestitemname_withoutversion,
includedversion, cataloglist)
else:
# didn't specify a specific version, so
# now look for all updates for this item