Benjamin Schubert pushed to branch bschubert/rework-circular-check at BuildStream / buildstream
Commits:
-
cea7d3d2
by Benjamin Schubert at 2019-02-12T16:41:36Z
1 changed file:
Changes:
... | ... | @@ -127,7 +127,7 @@ class LoadElement(): |
127 | 127 |
# (bool): True if this LoadElement depends on 'other'
|
128 | 128 |
#
|
129 | 129 |
def depends(self, other):
|
130 |
- return other.node_id in self._dep_cache
|
|
130 |
+ return other._node_id in self._dep_cache
|
|
131 | 131 |
|
132 | 132 |
|
133 | 133 |
# _extract_depends_from_node():
|