summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Scogland <scogland1@llnl.gov>2016-05-14 16:20:45 -0700
committerTom Scogland <scogland1@llnl.gov>2016-05-14 16:20:45 -0700
commit12e36ee0e731e1d76acd129c50e9b8c79af99d27 (patch)
treec813875c7d8380d46e1bf78f0928891d5734a4ce /lib
parentb5979b13e3f9bcf3e151b494bb2a557aaabedeff (diff)
downloadspack-12e36ee0e731e1d76acd129c50e9b8c79af99d27.tar.gz
spack-12e36ee0e731e1d76acd129c50e9b8c79af99d27.tar.bz2
spack-12e36ee0e731e1d76acd129c50e9b8c79af99d27.tar.xz
spack-12e36ee0e731e1d76acd129c50e9b8c79af99d27.zip
fix merge error
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/modules.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/modules.py b/lib/spack/spack/modules.py
index 9b6a019108..d2b819e80a 100644
--- a/lib/spack/spack/modules.py
+++ b/lib/spack/spack/modules.py
@@ -485,7 +485,6 @@ class TclModule(EnvModule):
path = join_path(spack.share_path, "modules")
environment_modifications_formats = {
- formats = {
PrependPath: 'prepend-path --delim "{delim}" {name} \"{value}\"\n',
AppendPath: 'append-path --delim "{delim}" {name} \"{value}\"\n',
RemovePath: 'remove-path --delim "{delim}" {name} \"{value}\"\n',