This commit is contained in:
Carson Woods
2019-07-16 16:09:56 -06:00
parent 23c37063bd
commit 6a423a5d8a

View File

@@ -57,7 +57,7 @@
# if spack.config.get('config:shared'):
# roots = {'tcl': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/modules'),
# 'lmod': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/lmod'),
# 'dotkit': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/lmod')}
# 'dotkit': os.path.join(spack.util.path.canonicalize_path("$spack") ,'/share/spack/dotkit')}
# else:
# roots = spack.config.get('config:module_roots', {})
roots = spack.config.get('config:module_roots', {})