You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/03/27 18:02:54 UTC

[beam] branch aaltay-patch-1 updated: Reviewer comment.

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

altay pushed a commit to branch aaltay-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/aaltay-patch-1 by this push:
     new 0a699b4  Reviewer comment.
0a699b4 is described below

commit 0a699b4b486678d142a808262aa628c3c51aaca8
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Wed Mar 27 11:02:38 2019 -0700

    Reviewer comment.
---
 sdks/python/apache_beam/runners/dataflow/dataflow_runner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py b/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
index e6895b1..486268e 100644
--- a/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
+++ b/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
@@ -379,7 +379,7 @@ class DataflowRunner(PipelineRunner):
           raise ValueError("""Streaming engine both disabled and enabled:
           enable_streaming_engine flag is not set, but enable_windmill_service
           and/or enable_streaming_engine are present. It is recommended you
-          only set enable_streaming_engine flag.""")
+          only set the enable_streaming_engine flag.""")
 
     # TODO(BEAM-6664): Remove once Dataflow supports --dataflow_kms_key.
     if google_cloud_options.dataflow_kms_key is not None: