Minor commentary correction, TCL -> lmod (#10951)
This commit is contained in:
parent
70e436e932
commit
aa1e70aab1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
from .common import BaseConfiguration, BaseFileLayout
|
from .common import BaseConfiguration, BaseFileLayout
|
||||||
from .common import BaseContext, BaseModuleFileWriter
|
from .common import BaseContext, BaseModuleFileWriter
|
||||||
|
|
||||||
#: TCL specific part of the configuration
|
#: lmod specific part of the configuration
|
||||||
configuration = spack.config.get('modules:lmod', {})
|
configuration = spack.config.get('modules:lmod', {})
|
||||||
|
|
||||||
#: Caches the configuration {spec_hash: configuration}
|
#: Caches the configuration {spec_hash: configuration}
|
||||||
|
|
Loading…
Reference in a new issue