From 1c2a884125092ef0bf9c53fc662de75099f77ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Thu, 10 Aug 2017 10:21:31 +0200 Subject: _pipeline.py: Fix --deps run --- buildstream/_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildstream/_pipeline.py b/buildstream/_pipeline.py index 3c65e0967..163d82c5e 100644 --- a/buildstream/_pipeline.py +++ b/buildstream/_pipeline.py @@ -784,7 +784,7 @@ class Pipeline(): elif mode == 'build': scope = Scope.BUILD elif mode == 'run': - scope = scope.RUN + scope = Scope.RUN elements = list(self.dependencies(scope)) -- cgit v1.2.1