Skip to content

Commit

Permalink
Use colorama.just_fix_windows_console
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 3, 2024
1 parent 41a7d8c commit 67447ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dynamic = [
"version",
]
dependencies = [
"colorama",
"colorama>=0.4.6",
"sphinx",
"starlette>=0.35",
"uvicorn>=0.25",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_autobuild/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

def main(argv=()):
"""Actual application logic."""
colorama.init()
colorama.just_fix_windows_console()

if not argv:
# entry point functions don't receive args
Expand Down

0 comments on commit 67447ef

Please sign in to comment.