"docs/source/en/using-diffusers/custom_pipeline_examples.mdx" did not exist on "ce1c27adc85916a802db579df789d990fd14e8bc"
Commit 258addc7 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

fix comment in `progress.go`

parent c06b9b73
...@@ -51,7 +51,7 @@ func (p *Progress) StopAndClear() bool { ...@@ -51,7 +51,7 @@ func (p *Progress) StopAndClear() bool {
stopped := p.Stop() stopped := p.Stop()
if stopped { if stopped {
// clear the progress bar by: // clear all progress lines
for i := 0; i < p.pos; i++ { for i := 0; i < p.pos; i++ {
fmt.Fprint(p.w, "\033[A\033[2K\033[1G") fmt.Fprint(p.w, "\033[A\033[2K\033[1G")
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment