pep8 style fixes - round 1

This commit is contained in:
Rob Weber
2019-11-25 15:56:59 -06:00
parent 35e05acaf2
commit db18c6a7b4
8 changed files with 54 additions and 29 deletions

View File

@@ -1,11 +1,12 @@
from . import utils as utils
class ZipExtractor:
def extract(self, zipFile, outLoc, progressBar):
utils.log("extracting zip archive")
result = True # result is true unless we fail
result = True # result is true unless we fail
# update the progress bar
progressBar.updateProgress(0, utils.getString(30100))