ibzib commented on a change in pull request #13508:
URL: https://github.com/apache/beam/pull/13508#discussion_r538907209



##########
File path: sdks/python/apache_beam/transforms/environments.py
##########
@@ -240,15 +240,16 @@ def __init__(
     super(DockerEnvironment, self).__init__(capabilities, artifacts)
     if container_image:
       logging.info(
-        'Using provided Python SDK container image: %s' % (container_image))
+          'Using provided Python SDK container image: %s' % (container_image))
       self.container_image = container_image
     else:
-      logging.info('No image given - inferring default Python SDK container 
image')
+      logging.info(
+          'No image given - inferring default Python SDK container image')

Review comment:
       I prefer not to say `container_image` since it could be misconstrued as 
a flag. Best to leave it how you had it originally.




----------------------------------------------------------------
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]


Reply via email to