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