kszucs commented on code in PR #45629: URL: https://github.com/apache/arrow/pull/45629#discussion_r1990906890
########## dev/archery/archery/crossbow/core.py: ########## @@ -1393,8 +1387,8 @@ def validate(self): ) ) if not files: - raise CrossbowError('No files have been rendered for task `{}`' - .format(task_name)) + raise CrossbowError(f"No files have been rendered for task " 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org