From b8c68284f5bf1fcfd0f826d341088a98ec2e33c1 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 5 Apr 2018 15:27:23 +0900 Subject: _platform package: Adhere to policy on private symbols This is a part of issue #285 --- buildstream/_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildstream/_pipeline.py') 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_) -- cgit v1.2.1