diff --git a/cmd/cmd.go b/cmd/cmd.go index 2156542d..6c43f5e4 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -139,13 +139,13 @@ func CreateHandler(cmd *cobra.Command, args []string) error { bar.Set(resp.Completed) } else if strings.Contains(resp.Status, "quantizing") { spinner.Stop() - + if quantizeSpin != nil { quantizeSpin.SetMessage(resp.Status) } else { quantizeSpin = progress.NewSpinner(resp.Status) p.Add("quantize", quantizeSpin) - } + } } else if status != resp.Status { spinner.Stop()