Fix flake8 error
This commit is contained in:
@@ -78,7 +78,6 @@ def get_tmp_root():
|
||||
if 'SPACK_PATH' in os.environ:
|
||||
candidates = os.path.join(spack_path,
|
||||
'var/spack/stage')
|
||||
|
||||
else:
|
||||
candidates = spack.config.get('config:build_stage')
|
||||
|
||||
@@ -213,7 +212,6 @@ def __init__(
|
||||
else:
|
||||
spack_path = os.path.expanduser('~/.spack/')
|
||||
|
||||
|
||||
# Try to construct here a temporary name for the stage directory
|
||||
# If this is a named stage, then construct a named path.
|
||||
if path is not None:
|
||||
|
||||
Reference in New Issue
Block a user