Skip to content

Commit

Permalink
Attempt to fix windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Apr 10, 2024
1 parent 1aad0c7 commit e31c207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manim/_config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from __future__ import annotations

import logging
import os
from contextlib import contextmanager
from typing import Any, Generator

Expand All @@ -20,6 +21,8 @@
"cli_ctx_settings",
]

os.environ["PYTHONIOENCODING"] = "utf-8"

parser = make_config_parser()

# The logger can be accessed from anywhere as manim.logger, or as
Expand Down

0 comments on commit e31c207

Please sign in to comment.