pep8 commas

This commit is contained in:
Rob Weber
2019-11-25 15:45:41 -06:00
parent 0c79aef4e7
commit 92ec8bf25c
11 changed files with 203 additions and 203 deletions

View File

@@ -8,7 +8,7 @@ class ZipExtractor:
result = True # result is true unless we fail
# update the progress bar
progressBar.updateProgress(0,utils.getString(30100))
progressBar.updateProgress(0, utils.getString(30100))
# list the files
fileCount = float(len(zipFile.listFiles()))