[entropy.client.package] multifetch: ensure that path exists before calling _match_checksum

This commit is contained in:
Fabio Erculiani
2013-12-12 12:36:45 +01:00
parent 4b8b3b1af7
commit db8bd0fb40

View File

@@ -435,6 +435,9 @@ class _PackageMultiFetchAction(_PackageFetchAction):
# nothing to check, path already verified
return
if not self._stat_path(hook_download_path):
return
verify_st = self._match_checksum(
hook_download_path,
hook_repository_id,