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 0eee8aa commit 2a1679aCopy full SHA for 2a1679a
README.rst
@@ -304,7 +304,7 @@ Showing multiple independent progress bars in parallel
304
)
305
306
# Create a file descriptor for regular printing as well
307
- print_fd = progressbar.LineOffsetStreamWrapper(sys.stdout, 0)
+ print_fd = progressbar.LineOffsetStreamWrapper(lines=0, stream=sys.stdout)
308
309
# The progress bar updates, normally you would do something useful here
310
for i in range(N * BARS):
0 commit comments