* [PATCH b4] ez: Remove wrong "f" from msgid
@ 2025-06-02 16:32 Lucas De Marchi
2025-06-02 18:13 ` Kees Cook
0 siblings, 1 reply; 2+ messages in thread
From: Lucas De Marchi @ 2025-06-02 16:32 UTC (permalink / raw)
To: Kernel.org Tools; +Cc: Lucas De Marchi, Konstantin Ryabitsev
That leading f shouldn't probably be there and makes it harder to
copy-paste the msgid when editing the cover letter.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
src/b4/ez.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/b4/ez.py b/src/b4/ez.py
index 76f0044..e719e03 100644
--- a/src/b4/ez.py
+++ b/src/b4/ez.py
@@ -331,7 +331,7 @@ def start_new_series(cmdargs: argparse.Namespace) -> None:
cover = re.sub(r'^(#.*)$', r'>\1', cover, flags=re.M)
cover = (f'{cmsg.subject}\n\n'
- f'EDITME: Imported from f{msgid}\n'
+ f'EDITME: Imported from {msgid}\n'
f' Please review before sending.\n\n') + cover
change_id = lser.change_id
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-02 18:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 16:32 [PATCH b4] ez: Remove wrong "f" from msgid Lucas De Marchi
2025-06-02 18:13 ` Kees Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox