kszucs commented on code in PR #45629: URL: https://github.com/apache/arrow/pull/45629#discussion_r1990906302
########## dev/archery/archery/crossbow/core.py: ########## @@ -1357,9 +1351,9 @@ def validate(self): Task(task_name, **task) except Exception as e: raise CrossbowError( - 'Unable to construct a task object from the ' - 'definition of task `{}`. The original error message ' - 'is: `{}`'.format(task_name, str(e)) + f"Unable to construct a task object from the " 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