summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoralalazo <massimiliano.culpo@googlemail.com>2016-05-10 11:13:19 +0200
committeralalazo <massimiliano.culpo@googlemail.com>2016-05-10 11:13:19 +0200
commit9eee71edf784cbbe0a3772bdbf634f0df6133240 (patch)
tree16e76e091dc181fa0071a10d66abea8ddc751f58 /bin
parent67a01ef2ee182697df49f808654cf17f0e164b4a (diff)
parent42edb6840ebcccb5b3d421c0b749333a6754d4a1 (diff)
downloadspack-9eee71edf784cbbe0a3772bdbf634f0df6133240.tar.gz
spack-9eee71edf784cbbe0a3772bdbf634f0df6133240.tar.bz2
spack-9eee71edf784cbbe0a3772bdbf634f0df6133240.tar.xz
spack-9eee71edf784cbbe0a3772bdbf634f0df6133240.zip
Merge branch 'develop' of https://github.com/LLNL/spack into features/custom_modulefile_from_config
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack b/bin/spack
index 31165bba9d..f51cb8a4ec 100755
--- a/bin/spack
+++ b/bin/spack
@@ -152,7 +152,7 @@ def main():
command = spack.cmd.get_command(args.command)
try:
return_val = command(parser, args)
- except SpackError, e:
+ except SpackError as e:
e.die()
except KeyboardInterrupt:
sys.stderr.write('\n')