kszucs commented on code in PR #45629:
URL: https://github.com/apache/arrow/pull/45629#discussion_r1990901133


##########
dev/archery/archery/crossbow/core.py:
##########
@@ -329,9 +329,9 @@ def remote(self):
             return self.repo.remotes[self.branch.upstream.remote_name]
         except (AttributeError, KeyError):
             raise CrossbowError(
-                'Cannot determine git remote for the Arrow repository to '
-                'clone or push to, try to push the `{}` branch first to have '
-                'a remote tracking counterpart.'.format(self.branch.name)
+                f"Cannot determine git remote for the Arrow repository to "

Review Comment:
   `f` is not needed for the first and third lines



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

Reply via email to