https://github.com/iterative/dvc/pull/2550
@casperdcl Commenting out disable code makes it work.
@casperdcl https://github.com/iterative/dvc/blob/master/dvc/progress.py#L92 should probably be
disable = not file.isatty()
?
yes. definitely. ahem.
Most helpful comment
@casperdcl https://github.com/iterative/dvc/blob/master/dvc/progress.py#L92 should probably be
?