aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-04 11:59:23 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-04 11:59:23 +0200
commitb4b24dc13d8300ea50fdaa828c1bafb8b9338717 (patch)
tree5b9df6f0446de190f8cd5eae7551ee04279f093b /tools/run_tests/artifacts
parent1f5f72ba62f6226eaed388bfd923752867b20513 (diff)
yapf code
Diffstat (limited to 'tools/run_tests/artifacts')
-rw-r--r--tools/run_tests/artifacts/artifact_targets.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py
index 6a21810247..054561aac9 100644
--- a/tools/run_tests/artifacts/artifact_targets.py
+++ b/tools/run_tests/artifacts/artifact_targets.py
@@ -262,8 +262,9 @@ class CSharpExtArtifact:
self.name,
'tools/dockerfile/grpc_artifact_linux_%s' % self.arch,
'tools/run_tests/artifacts/build_artifact_csharp.sh',
- environ={'CMAKE_ARCH_OPTION': cmake_arch_option}
- )
+ environ={
+ 'CMAKE_ARCH_OPTION': cmake_arch_option
+ })
else:
cmake_arch_option = '' # x64 is the default architecture
if self.arch == 'x86':