diff options
author | Harmen Stoppels <me@harmenstoppels.nl> | 2024-05-07 09:49:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 09:49:46 +0200 |
commit | bcd05407b8cda1094fd2f259cb9caaa2d543db05 (patch) | |
tree | ca62c3d60f99a3ab382f3caa7ce400a8e44a7fed /var | |
parent | b35ec605fea1420785f5a5bf10655cbd66e7f01c (diff) | |
download | spack-bcd05407b8cda1094fd2f259cb9caaa2d543db05.tar.gz spack-bcd05407b8cda1094fd2f259cb9caaa2d543db05.tar.bz2 spack-bcd05407b8cda1094fd2f259cb9caaa2d543db05.tar.xz spack-bcd05407b8cda1094fd2f259cb9caaa2d543db05.zip |
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.
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions