mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 18:31:33 +00:00
Fix timeline property
This commit is contained in:
parent
889ec92928
commit
1bb6286d24
@ -118,7 +118,7 @@ class SnapshotProvider:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def timeline(self):
|
def timeline(self):
|
||||||
return self._branch
|
return self._last_valid_branch
|
||||||
|
|
||||||
@timeline.setter
|
@timeline.setter
|
||||||
def timeline(self, value):
|
def timeline(self, value):
|
||||||
|
Loading…
Reference in New Issue
Block a user