summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-06-06 14:09:19 -0700
committerGitHub <noreply@github.com>2019-06-06 14:09:19 -0700
commit0c13c3f91fab50f38fb047fb6645586ba135645e (patch)
treea26baa2a64d800ea255d007110899aca34dc6a5f /lib
parent89b891d2648441f31a104b8f24ddcb03b3409185 (diff)
downloadspack-0c13c3f91fab50f38fb047fb6645586ba135645e.tar.gz
spack-0c13c3f91fab50f38fb047fb6645586ba135645e.tar.bz2
spack-0c13c3f91fab50f38fb047fb6645586ba135645e.tar.xz
spack-0c13c3f91fab50f38fb047fb6645586ba135645e.zip
bugfix: StageComposite must include the `expanded` property` (#11647)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/stage.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/spack/spack/stage.py b/lib/spack/spack/stage.py
index c36d9ac89c..9ecc148ad8 100644
--- a/lib/spack/spack/stage.py
+++ b/lib/spack/spack/stage.py
@@ -577,6 +577,10 @@ class StageComposite:
return self[0].source_path
@property
+ def expanded(self):
+ return self[0].expanded
+
+ @property
def path(self):
return self[0].path