mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
pep8 comments
This commit is contained in:
parent
bbbfc3dd84
commit
f7665c8ddd
@ -23,9 +23,8 @@ class ZipExtractor:
|
||||
# extract the file
|
||||
zipFile.extract(aFile, outLoc)
|
||||
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
utils.log("Error extracting file")
|
||||
result = False
|
||||
|
||||
return result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user