Skip to content

Commit

Permalink
bugfix: StageComposite must include the expanded property` (spack#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
tgamblin authored and carsonwoods committed Jun 27, 2019
1 parent 2e714ff commit 1a094a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/spack/spack/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ def __exit__(self, exc_type, exc_val, exc_tb):
def source_path(self):
return self[0].source_path

@property
def expanded(self):
return self[0].expanded

@property
def path(self):
return self[0].path
Expand Down

0 comments on commit 1a094a9

Please sign in to comment.