aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-02-13 11:39:08 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-02-13 11:39:08 -0500
commit566ff89952596dfb0840fa6f83ea42d3684869ae (patch)
tree3b0fbc8c909a173ebb96282d786ce261ad422a56
parent0544b2ca93e68e8bee9a34b958aca0bd05029af3 (diff)
downloadkorg-helpers-566ff89952596dfb0840fa6f83ea42d3684869ae.tar.gz
Fix -t suggestion formatting
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rwxr-xr-xget-lore-mbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-lore-mbox.py b/get-lore-mbox.py
index 40a931f..094a3a7 100755
--- a/get-lore-mbox.py
+++ b/get-lore-mbox.py
@@ -723,7 +723,7 @@ def mbox_to_am(mboxfile, config, cmdargs):
logger.critical('---')
logger.critical('NOTE: Some trailers were sent to the cover letter:')
for trailer in lser.patches[0].followup_trailers:
- logger.critical(' %s', trailer)
+ logger.critical(' %s: %s', trailer[0], trailer[1])
logger.critical('NOTE: Rerun with -t to apply them to all patches')
logger.critical('---')