zip: improved error output. Fixes issue #201
This commit is contained in:
parent
cada24896f
commit
958a8f6abb
@ -98,7 +98,8 @@ class ZipExtractor:
|
|||||||
try:
|
try:
|
||||||
self.zip = ZipFile(filename)
|
self.zip = ZipFile(filename)
|
||||||
return True
|
return True
|
||||||
except:
|
except Exception, err:
|
||||||
|
self.em.rclog("openfile: failed: [%s]" % err)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def getipath(self, params):
|
def getipath(self, params):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user