bugfix: StageComposite must include the expanded property` (#11647)

This commit is contained in:
Todd Gamblin 2019-06-06 14:09:19 -07:00 committed by GitHub
parent 89b891d264
commit 0c13c3f91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -576,6 +576,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