make sure to use the correct out_file

When installing more than one package, the out_file is not correct when doing
the install.
This commit is contained in:
Daniel Wallace 2017-08-07 11:43:11 -06:00
parent bb1dfd4a42
commit 7ef691e8da

View file

@ -359,6 +359,7 @@ class SPMClient(object):
# First we download everything, then we install
for package in dl_list:
out_file = dl_list[package]['dest_file']
# Kick off the install
self._install_indv_pkg(package, out_file)
return