pep8 comments

This commit is contained in:
Rob Weber 2019-11-25 15:19:57 -06:00
parent bbbfc3dd84
commit f7665c8ddd
11 changed files with 234 additions and 235 deletions

View File

@ -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