1
0
mirror of https://github.com/avatao-content/baseimage-tutorial-framework synced 2025-04-07 17:02:39 +00:00

Fix timeline property

This commit is contained in:
Kristóf Tóth 2018-07-19 14:29:14 +02:00
parent 889ec92928
commit 1bb6286d24

@ -118,7 +118,7 @@ class SnapshotProvider:
@property
def timeline(self):
return self._branch
return self._last_valid_branch
@timeline.setter
def timeline(self, value):