aboutsummaryrefslogtreecommitdiff
path: root/subcmds/branches.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/branches.py')
-rw-r--r--subcmds/branches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/branches.py b/subcmds/branches.py
index d9a190b..59b5cb2 100644
--- a/subcmds/branches.py
+++ b/subcmds/branches.py
@@ -174,7 +174,7 @@ is shown, then the branch appears in all projects.
if _RelPath(p) not in have:
paths.append(_RelPath(p))
- s = " %s %s" % (in_type, ", ".join(paths))
+ s = f" {in_type} {', '.join(paths)}"
if not i.IsSplitCurrent and (width + 7 + len(s) < 80):
fmt = out.current if i.IsCurrent else fmt
fmt(s)