sambvfx commented on a change in pull request #12905:
URL: https://github.com/apache/beam/pull/12905#discussion_r493920269
##########
File path: sdks/python/apache_beam/runners/portability/portable_runner.py
##########
@@ -105,9 +106,11 @@ def submit(self, proto_pipeline):
Submit and run the pipeline defined by `proto_pipeline`.
"""
prepare_response = self.prepare(proto_pipeline)
+ artifact_endpoint = (self.artifact_endpoint
Review comment:
Ah thanks, sorry forgot to run the lint
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]