You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/07/12 13:49:40 UTC

[beam] branch users/damccorm/v2-cleanup updated: Syntax

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/v2-cleanup
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/v2-cleanup by this push:
     new 8e87f9bfb4d Syntax
8e87f9bfb4d is described below

commit 8e87f9bfb4de1e320761b91f5761775b1e035318
Author: Danny McCormick <da...@google.com>
AuthorDate: Wed Jul 12 09:49:32 2023 -0400

    Syntax
---
 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 ab6b33ab028..44257b09c01 100644
--- a/sdks/python/test-suites/dataflow/common.gradle
+++ b/sdks/python/test-suites/dataflow/common.gradle
@@ -70,7 +70,7 @@ def basicPytestOpts = [
 ]
 
 def preCommitIT(String runScriptsDir, String envdir, Boolean streaming, String pythonSuffix) {
-  suffix = streaming ? "_streaming" : "_batch"
+  def suffix = streaming ? "_streaming" : "_batch"
   task "preCommitIT${suffix}" {
     dependsOn 'initializeForDataflowJob'