Skip to content

Commit

Permalink
Merge pull request apache#9438: Remove the dot to make job logs link …
Browse files Browse the repository at this point in the history
…clickable
  • Loading branch information
markflyhigh committed Aug 30, 2019
2 parents a9e14ff + 26c91a9 commit d4f8068
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run_pipeline(self, pipeline, options):
if self.result.has_job:
# TODO(markflyhigh)(BEAM-1890): Use print since Nose dosen't show logs
# in some cases.
print('Found: %s.' % self.build_console_url(options))
print('Worker logs: %s' % self.build_console_url(options))

try:
self.wait_until_in_state(PipelineState.RUNNING)
Expand Down

0 comments on commit d4f8068

Please sign in to comment.