Skip to content

Commit

Permalink
Fix colors on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBear committed Feb 7, 2023
1 parent d9f4390 commit 2fd2da1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dls/gen_rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
from pathlib import Path
from typing import NoReturn, TypeVar

from colorama import Fore # TODO: make it work on windows
from colorama import Fore, just_fix_windows_console

from .chip import Chip, Pin
from .gen_file import gen_data



just_fix_windows_console()


T = TypeVar('T')


Expand Down

0 comments on commit 2fd2da1

Please sign in to comment.