More detailed logging on archive open error

This commit is contained in:
shortcutme 2019-03-29 02:27:26 +01:00
parent 9fbf4771f2
commit 9fad83e46c
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class SiteStoragePlugin(object):
try:
archive = openArchive(archive_path, file_obj=file_obj)
except Exception as err:
raise Exception("Unable to download file: %s" % err)
raise Exception("Unable to download file: %s" % Debug.formatException(err))
return archive