Closed rly closed 2 years ago
Fix #62.
According to the changelog in src/click/_termui_impl.py in https://github.com/pallets/click/pull/1856/files, ProgressBar.length_known was replaced by ProgressBar.length is not None
src/click/_termui_impl.py
ProgressBar.length_known
ProgressBar.length is not None
Fix #62.
According to the changelog in
src/click/_termui_impl.py
in https://github.com/pallets/click/pull/1856/files,ProgressBar.length_known
was replaced byProgressBar.length is not None