tvalentyn commented on code in PR #17530: URL: https://github.com/apache/beam/pull/17530#discussion_r869202430
########## sdks/python/apache_beam/runners/dataflow/dataflow_runner.py: ########## @@ -1611,7 +1611,9 @@ def wait_until_finish(self, duration=None): if not self.is_in_terminal_state(): if not self.has_job: raise IOError('Failed to get the Dataflow job id.') - + consoleUrl = """Console URL: 'https://console.cloud.google.com/ + dataflow/jobs/<RegionId>/{}?project= Review Comment: The empty spaces at the beginning of the line will be concatenated into triple-quoted string. Use + or ('literal 1 with space at the end ' 'literal 2 ' ...) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org