kszucs commented on code in PR #45629: URL: https://github.com/apache/arrow/pull/45629#discussion_r1990900555
########## dev/archery/archery/crossbow/core.py: ########## @@ -299,9 +299,9 @@ def push(self, refs=None, github_token=None): try: self.origin.push(refs + self._updated_refs, callbacks=callbacks) except pygit2.GitError: - raise RuntimeError('Failed to push updated references, ' - 'potentially because of credential issues: {}' - .format(self._updated_refs)) + raise RuntimeError(f"Failed to push updated references, " 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