summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-01-25 09:29:51 -0600
committerAdam J. Stewart <ajstewart426@gmail.com>2016-01-25 09:29:51 -0600
commit323bba99f18d0d774e76feb7f0d28a87fac2d93f (patch)
treecf3db7d2076152a69bbefd4f93eb012205e05077 /bin
parent8ef800f64f096b490f2abee2e4a0150c06655563 (diff)
downloadspack-323bba99f18d0d774e76feb7f0d28a87fac2d93f.tar.gz
spack-323bba99f18d0d774e76feb7f0d28a87fac2d93f.tar.bz2
spack-323bba99f18d0d774e76feb7f0d28a87fac2d93f.tar.xz
spack-323bba99f18d0d774e76feb7f0d28a87fac2d93f.zip
Fix variable name bug
Diffstat (limited to 'bin')
-rwxr-xr-xbin/spack8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/spack b/bin/spack
index 93263217ac..31165bba9d 100755
--- a/bin/spack
+++ b/bin/spack
@@ -42,9 +42,9 @@ SPACK_EXTERNAL_LIBS = os.path.join(SPACK_LIB_PATH, "external")
sys.path.insert(0, SPACK_EXTERNAL_LIBS)
import warnings
-# Avoid warnings when nose is installed with the python exe being used to run
-# spack. Note this must be done after Spack's external libs directory is added
-# to sys.path.
+# Avoid warnings when nose is installed with the python exe being used to run
+# spack. Note this must be done after Spack's external libs directory is added
+# to sys.path.
with warnings.catch_warnings():
warnings.filterwarnings("ignore", ".*nose was already imported")
import nose
@@ -62,7 +62,7 @@ for pyc_file in orphaned_pyc_files:
try:
os.remove(pyc_file)
except OSError as e:
- print "WARNING: Spack may fail mysteriously. Couldn't remove orphaned .pyc file: %s" % pyc
+ print "WARNING: Spack may fail mysteriously. Couldn't remove orphaned .pyc file: %s" % pyc_file
# If there is no working directory, use the spack prefix.
try: