summaryrefslogtreecommitdiff
path: root/src/buildstream/plugins/elements/pip.py
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-11-05 13:40:03 +0000
committerChandan Singh <csingh43@bloomberg.net>2019-11-05 13:40:03 +0000
commitab707e87f53249d7f2aac17683254b54196f90ce (patch)
treed1d2898c6561a8ca362419dce92a6f808d45b4e6 /src/buildstream/plugins/elements/pip.py
parente06c2295b063245dbdb2397e5bd8c4d0a79ba10d (diff)
downloadbuildstream-ab707e87f53249d7f2aac17683254b54196f90ce.tar.gz
Use 119 line lengthchandan/black
Diffstat (limited to 'src/buildstream/plugins/elements/pip.py')
-rw-r--r--src/buildstream/plugins/elements/pip.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buildstream/plugins/elements/pip.py b/src/buildstream/plugins/elements/pip.py
index 175568955..93303748d 100644
--- a/src/buildstream/plugins/elements/pip.py
+++ b/src/buildstream/plugins/elements/pip.py
@@ -42,9 +42,7 @@ class PipElement(BuildElement):
# Enable command batching across prepare() and assemble()
def configure_sandbox(self, sandbox):
super().configure_sandbox(sandbox)
- self.batch_prepare_assemble(
- SandboxFlags.ROOT_READ_ONLY, collect=self.get_variable("install-root")
- )
+ self.batch_prepare_assemble(SandboxFlags.ROOT_READ_ONLY, collect=self.get_variable("install-root"))
# Plugin entry point