Using the desc= parameter with nested progress bars (the inner one) corrupts the output and gets you multiple progress bars like this:

Only two nested progress bars were used in this example.
Removing desc makes it go back to normal.
Reported by @CrazyPython in #87.
Using the
desc=parameter with nested progress bars (the inner one) corrupts the output and gets you multiple progress bars like this:Only two nested progress bars were used in this example.
Removing
descmakes it go back to normal.Reported by @CrazyPython in #87.