spack/lib/spack/llnl/util/tty
Harmen Stoppels bcd05407b8
llnl.util.tty.color._force_color: init in global scope (#44036)
Currently SPACK_COLOR=always is not respected in the build process on
macOS, because the global `_force_color` is re-evaluated in global scope
during module setup, where it is always `None`.

So, move global init bits from main.py to the module itself.
2024-05-07 09:49:46 +02:00
..
__init__.py Refactor to improve spec format speed (#43712) 2024-04-23 10:52:15 -07:00
colify.py Add new redistribute() directive (#20185) 2024-04-24 09:41:03 -07:00
color.py llnl.util.tty.color._force_color: init in global scope (#44036) 2024-05-07 09:49:46 +02:00
log.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
pty.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00