Benjamin Schubert pushed to branch bschubert/pipeline at BuildStream / buildstream
Commits:
-
50e325fe
by Benjamin Schubert at 2019-01-08T22:13:02Z
1 changed file:
Changes:
... | ... | @@ -379,7 +379,7 @@ class Element(Plugin): |
379 | 379 |
self.__is_workspaced = self._get_workspace() is not None
|
380 | 380 |
|
381 | 381 |
return self.__is_workspaced
|
382 |
-
|
|
382 |
+ |
|
383 | 383 |
def sources(self):
|
384 | 384 |
"""A generator function to enumerate the element sources
|
385 | 385 |
|