8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24ae96 commit ca729b1Copy full SHA for ca729b1
winpython/controlpanel.py
@@ -666,7 +666,7 @@ def process_packages(self, action):
666
except AttributeError:
667
status = self.parent().statusBar()
668
progress = QProgressDialog(self, Qt.FramelessWindowHint)
669
- progress.setMaximum(len(packages)-1)
+ progress.setMaximum(len(packages)) # old vicious bug:len(packages)-1
670
for index, package in enumerate(packages):
671
progress.setValue(index)
672
progress.setLabelText("%s %s %s..."
0 commit comments