Skip to content

TextProgressBar and logging/print #3414

@kwenlyou

Description

@kwenlyou

In TextProgressBar

    def _draw_stop(self, **kwargs):
        sys.stdout.write("\r")
        sys.stdout.flush()

probably \n is better than \r? otherwise, other stdout messages from logging or print can't be displayed well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions