Skip to content

Commit 9ff6dac

Browse files
authored
Merge pull request #4648 from boegel/LMOD_TERSE_DECORATIONS
2 parents bf0af10 + 5e7531e commit 9ff6dac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

easybuild/tools/modules.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,9 @@ def __init__(self, *args, **kwargs):
14481448
setvar('LMOD_REDIRECT', 'no', verbose=False)
14491449
# disable extended defaults within Lmod (introduced and set as default in Lmod 8.0.7)
14501450
setvar('LMOD_EXTENDED_DEFAULT', 'no', verbose=False)
1451+
# disabled decorations in "ml --terse avail" output
1452+
# (introduced in Lmod 8.8, see also https://github.com/TACC/Lmod/issues/690)
1453+
setvar('LMOD_TERSE_DECORATIONS', 'no', verbose=False)
14511454

14521455
super(Lmod, self).__init__(*args, **kwargs)
14531456
version = StrictVersion(self.version)

0 commit comments

Comments
 (0)