kszucs commented on code in PR #45629:
URL: https://github.com/apache/arrow/pull/45629#discussion_r1990907954
##########
dev/archery/archery/docker/cli.py:
##########
@@ -122,8 +122,8 @@ def docker_pull(obj, image, *, pull_leaf,
ignore_pull_failures):
ignore_pull_failures=ignore_pull_failures)
except UndefinedImage as e:
raise click.ClickException(
- "There is no service/image defined in docker-compose.yml with "
- "name: {}".format(str(e))
+ f"There is no service/image defined in docker-compose.yml with "
Review Comment:
`f` is not needed here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]