aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2018-08-10 14:37:09 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2018-08-10 14:37:09 -0700
commit9993869d042c59b79bac11c45f4c58ace5dbeccd (patch)
treee35c7b5c0240d0474500bdac349e4d5040263116
parent54e7b24b9a167cea766b03c8e559075ee7809927 (diff)
lint fix
-rw-r--r--tools/run_tests/artifacts/artifact_targets.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py
index 34846202b8..bdeb258e1f 100644
--- a/tools/run_tests/artifacts/artifact_targets.py
+++ b/tools/run_tests/artifacts/artifact_targets.py
@@ -292,8 +292,7 @@ class PHPArtifact:
def build_jobspec(self):
return create_docker_jobspec(
self.name, 'tools/dockerfile/grpc_artifact_linux_{}'.format(
- self.arch),
- 'tools/run_tests/artifacts/build_artifact_php.sh')
+ self.arch), 'tools/run_tests/artifacts/build_artifact_php.sh')
class ProtocArtifact: