Dvc: progress bar not showing by default

Created on 21 Oct 2019  路  2Comments  路  Source: iterative/dvc

https://github.com/iterative/dvc/pull/2550

@casperdcl Commenting out disable code makes it work.

bug p0-critical

Most helpful comment

@casperdcl https://github.com/iterative/dvc/blob/master/dvc/progress.py#L92 should probably be

disable = not file.isatty()

?

All 2 comments

@casperdcl https://github.com/iterative/dvc/blob/master/dvc/progress.py#L92 should probably be

disable = not file.isatty()

?

yes. definitely. ahem.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmpetrov picture dmpetrov  路  3Comments

tc-ying picture tc-ying  路  3Comments

robguinness picture robguinness  路  3Comments

jorgeorpinel picture jorgeorpinel  路  3Comments

shcheklein picture shcheklein  路  3Comments