bugfix: StageComposite must include the expanded
property` (#11647)
This commit is contained in:
parent
89b891d264
commit
0c13c3f91f
@ -576,6 +576,10 @@ def __exit__(self, exc_type, exc_val, exc_tb):
|
|||||||
def source_path(self):
|
def source_path(self):
|
||||||
return self[0].source_path
|
return self[0].source_path
|
||||||
|
|
||||||
|
@property
|
||||||
|
def expanded(self):
|
||||||
|
return self[0].expanded
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def path(self):
|
def path(self):
|
||||||
return self[0].path
|
return self[0].path
|
||||||
|
Loading…
Reference in New Issue
Block a user