osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/31253 )


Change subject: obs: git.py: fix f-string
......................................................................

obs: git.py: fix f-string

Change-Id: Iaaedf019012d77e4a385054532d1d10659ef8e76
---
M scripts/obs/lib/git.py
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/53/31253/1

diff --git a/scripts/obs/lib/git.py b/scripts/obs/lib/git.py
index db1509b..13c2216 100644
--- a/scripts/obs/lib/git.py
+++ b/scripts/obs/lib/git.py
@@ -94,8 +94,8 @@

     ret = ls_remote.output.split("\t")[0]
     if not ret:
-        lib.exit_error_cmd(ls_remote, f"failed to find head commit for"
-                           "{project} in output")
+        lib.exit_error_cmd(ls_remote, "failed to find head commit for"
+                           f" {project} in output")

     return ret


--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/31253
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iaaedf019012d77e4a385054532d1d10659ef8e76
Gerrit-Change-Number: 31253
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange

Reply via email to