Commit 3f98a55d authored by Jürg Billeter's avatar Jürg Billeter
Browse files

element.py: Do not allow unplanned build jobs

parent 4b644aba
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -892,6 +892,9 @@ class Element(Plugin):
            if not dependency._cached():
                return False

        if not self.__assemble_scheduled:
            return False

        return True

    # __calculate_cache_key():