More detailed logging on archive open error
This commit is contained in:
parent
9fbf4771f2
commit
9fad83e46c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class SiteStoragePlugin(object):
|
||||||
try:
|
try:
|
||||||
archive = openArchive(archive_path, file_obj=file_obj)
|
archive = openArchive(archive_path, file_obj=file_obj)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
raise Exception("Unable to download file: %s" % err)
|
raise Exception("Unable to download file: %s" % Debug.formatException(err))
|
||||||
|
|
||||||
return archive
|
return archive
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue