Somehow my system decided `--colors` shouldn't be ...
# general
h
Somehow my system decided
--colors
shouldn't be the default. Any tips for what I might have changed or done to make it think this?
h
Copy code
colors = BoolOption(
        "--colors",
        default=sys.stdout.isatty(),
You can force it by setting
[GLOBAL].colors = true
in a
.pants.rc
for example
but also worth trying w/
--no-pantsd
to see if that's related
n
I've had this issue on and off for the past couple of weeks.
--no-pantsd
always seem to solve it. Not sure why pantsd decides to not like colors from time to time. 🤔
👀 2
b
I've seen this as well. Still can't nail it down. And I restart my computer daily so hard to keep around long enough to reach out for debug info to report
b
Would one of you open an issue about this? Thanks!
b
I don't feel like I have enough info to do it 😕 Otherwise it's a very "ghostlike" issue.
h
still better than nothing, probably. then people can comment on it "me too - seems like this happens when X"
b
Fair
b
Yeah, and at least when someone looks for info, they know it's an unexpected thing that can happen rather than second guessing themselves.
👍 1
Thanks! @narrow-vegetable-37489 would you chime in with a +1 that it happens and fill in whatever additional details you might have noticed?
👍 1