From a950b86fd577841fa9f7cfb1e0e87bf9dfc29582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 25 Jan 2018 10:17:59 +0000 Subject: element.py: Call _update_state() in _schedule_tracking() Do not depend on caller calling it on its own. --- buildstream/element.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildstream/element.py b/buildstream/element.py index d74007b6b..480caea88 100644 --- a/buildstream/element.py +++ b/buildstream/element.py @@ -747,6 +747,8 @@ class Element(Plugin): for source in self.__sources: source._schedule_tracking() + self._update_state() + # _cached(): # # Returns: -- cgit v1.2.1