This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new cfd73357bcc Fix formatting for Python ValidatesContainer Dataflow ARM
(#27902)
cfd73357bcc is described below
commit cfd73357bcccc641853a9ce68525b30832e1d727
Author: Celeste Zeng <[email protected]>
AuthorDate: Tue Aug 8 12:39:28 2023 -0700
Fix formatting for Python ValidatesContainer Dataflow ARM (#27902)
---
sdks/python/test-suites/dataflow/common.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/test-suites/dataflow/common.gradle
b/sdks/python/test-suites/dataflow/common.gradle
index 39588cc7a85..1e5275b7b05 100644
--- a/sdks/python/test-suites/dataflow/common.gradle
+++ b/sdks/python/test-suites/dataflow/common.gradle
@@ -358,7 +358,7 @@ task validatesContainerARM() {
executable 'sh'
args '-c', ". ${envdir}/bin/activate && cd ${rootDir} &&
${runScriptsPath} " +
"${project.ext.pythonVersion} " +
- "${project.ext.sdkLocation}" +
+ "${project.ext.sdkLocation} " +
"ARM"
}
}