Skip to content

Bug: Colorama init causes all ansi codes to be stripped when not in a tty #151

@li-wjohnson

Description

@li-wjohnson

Description

$ python -c "import halo; print('\033[93mfail\33[0m')"
prints "fail" in red
$ python -c "import halo; print('\033[31mfail\33[0m')" | cat
prints "fail" without color

This has many effects, including causing pytest --color=yes to stop working.

System settings

  • Halo version: 0.0.28

Expected behaviour

Importing halo should not affect terminal output. Halo should probably only import colorama on windows, and should not be calling colorama.init.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions