Skip to content

Commit

Permalink
qs: try to fix color output on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed May 24, 2023
1 parent 9d88936 commit 821d33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions floss/qs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from dataclasses import dataclass

import pefile
import colorama
import lancelot
import vivisect
import viv_utils
Expand Down Expand Up @@ -474,6 +475,7 @@ def main():
logging.getLogger().setLevel(logging.INFO)

rich.traceback.install()
colorama.just_fix_windows_console()

path = pathlib.Path(args.path)
if not path.exists():
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
install_requires=requirements,
extras_require={
"qs": [
"colorama==0.4.5",
"intervaltree==3.1.0",
"python-lancelot==0.8.6",
],
Expand Down

0 comments on commit 821d33a

Please sign in to comment.