summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-06-06 15:42:30 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2016-06-20 12:24:45 -0500
commit5dfc2052bdb2f255a02e747eae9874c6645176fb (patch)
treebf313d9265f2bd189025cf6f42667fd39d5c7a34 /lib
parent98d03c74e114137537ee1865244c389d687aa5d6 (diff)
downloadspack-5dfc2052bdb2f255a02e747eae9874c6645176fb.tar.gz
spack-5dfc2052bdb2f255a02e747eae9874c6645176fb.tar.bz2
spack-5dfc2052bdb2f255a02e747eae9874c6645176fb.tar.xz
spack-5dfc2052bdb2f255a02e747eae9874c6645176fb.zip
Flake8 change
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/create.py b/lib/spack/spack/cmd/create.py
index dc927757fb..bc835668c2 100644
--- a/lib/spack/spack/cmd/create.py
+++ b/lib/spack/spack/cmd/create.py
@@ -200,7 +200,7 @@ class ConfigureGuesser(object):
try:
tar = which('tar')
output = tar('--exclude=*/*/*', '-tf',
- stage.archive_file, output=str)
+ stage.archive_file, output=str)
except:
output = ''
lines = output.split('\n')