[entropy.client.package] multifetch: use the same path for both calls

This commit is contained in:
Fabio Erculiani
2013-12-12 12:36:03 +01:00
parent 864e3ecf21
commit 4b8b3b1af7

View File

@@ -410,7 +410,7 @@ class _PackageMultiFetchAction(_PackageFetchAction):
(_hook_package_id, hook_repository_id, _hook_url,
hook_download_path, hook_cksum, hook_signs) = path_data
if self._stat_path(path):
if self._stat_path(hook_download_path):
verify_st = self._match_checksum(
hook_download_path,
hook_repository_id,