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