Tristan Van Berkom pushed to branch bst-1.2 at BuildStream / buildstream
Commits:
-
6f6a04a9
by Jonathan Maw at 2018-08-22T05:54:45Z
-
1d48dee9
by Tristan Van Berkom at 2018-08-22T06:51:51Z
1 changed file:
Changes:
... | ... | @@ -235,6 +235,9 @@ class Pipeline(): |
235 | 235 |
# exceptions removed
|
236 | 236 |
#
|
237 | 237 |
def except_elements(self, targets, elements, except_targets):
|
238 |
+ if not except_targets:
|
|
239 |
+ return elements
|
|
240 |
+ |
|
238 | 241 |
targeted = list(self.dependencies(targets, Scope.ALL))
|
239 | 242 |
visited = []
|
240 | 243 |
|