Skip to content
Snippets Groups Projects
Commit 81903e0b authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Support both python3-progressbar and python3-progressbar2, two modules...

Support both python3-progressbar and python3-progressbar2, two modules providing the "progressbar" Python module. (Closes: #323)
parent f0be250e
No related branches found
No related tags found
No related merge requests found
Pipeline #463275 passed with warnings
......@@ -267,7 +267,7 @@ class ProgressBar:
self.msg = msg
self.bar.maxval = total
self.bar.currval = current
self.bar.value = current
self.bar.update()
def finish(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment