Skip to content

Commit

Permalink
Merge pull request #581 from jkloetzke/fix-color-never
Browse files Browse the repository at this point in the history
scripts: set cmd line color mode immediately
  • Loading branch information
jkloetzke authored Aug 1, 2024
2 parents 3c25f8b + 5644d50 commit f6e486b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pym/bob/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def cmd():
if args.color_mode:
from .input import RecipeSet
RecipeSet.setColorModeCfg(args.color_mode)
setColorMode(args.color_mode)

if args.query_mode:
from .input import RecipeSet
Expand Down

0 comments on commit f6e486b

Please sign in to comment.