Skip to content

Commit 7b373a9

Browse files
committed
Make extraction and download occupy 90% of overall progress bar
1 parent 6567a32 commit 7b373a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def __init__(self, filename, length, destinationPath):
509509
def __repr__(self):
510510
return '[{} ({})] to [{}]'.format(self.filename, prettyPrintFileSize(self.length), self.destinationPath)
511511

512-
def __init__(self, modFileList, downloadTempDir, extractionDir, downloadProgressAmount=33, extractionProgressAmount=33):
512+
def __init__(self, modFileList, downloadTempDir, extractionDir, downloadProgressAmount=45, extractionProgressAmount=45):
513513
# type: ([gameScanner.ModFile], str, str, int, int) -> None
514514
self.modFileList = modFileList
515515
self.downloadTempDir = downloadTempDir

0 commit comments

Comments
 (0)