Skip to content

dvc pipeline show with ascii flag is broken on ITerm2 #2420

@drorata

Description

@drorata

Executing dvc pipeline show --ascii <your-dvc-file.dvc> yields an error (which can be found here). Afterward, the terminal is broken and all outputs are TABed in a wired way; the terminal has to be killed.

Replacing --ascii with --dot solves the problem. Otherwise, as per @MrOutis suggestion:

dvc pipeline show --ascii <your-dvc-file.dvc> | less

is a workaround.

Metadata

Metadata

Assignees

Labels

bugDid we break something?p2-mediumMedium priority, should be done, but less importantresearch

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions