summaryrefslogtreecommitdiff
path: root/buildstream/_pipeline.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-05 15:27:23 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-05 15:35:20 +0900
commitb8c68284f5bf1fcfd0f826d341088a98ec2e33c1 (patch)
tree8a51800209fed426f2d252bdc5d48a0a324ccb91 /buildstream/_pipeline.py
parent8c8b1c541baa905c53fb31244739dad710a1ae99 (diff)
downloadbuildstream-b8c68284f5bf1fcfd0f826d341088a98ec2e33c1.tar.gz
_platform package: Adhere to policy on private symbols
This is a part of issue #285
Diffstat (limited to 'buildstream/_pipeline.py')
-rw-r--r--buildstream/_pipeline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_pipeline.py b/buildstream/_pipeline.py
index f99f5b44a..a8de2c2d6 100644
--- a/buildstream/_pipeline.py
+++ b/buildstream/_pipeline.py
@@ -92,7 +92,7 @@ class Pipeline():
#
# Load selected platform
- Platform._create_instance(context, project)
+ Platform.create_instance(context, project)
platform = Platform.get_platform()
self._artifacts = platform.artifactcache
self._loader = Loader(self.context, self.project, targets + except_)