From 6094d8fc8c193b27df8bf74826076dd8d26e0c42 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 31 Aug 2022 17:07:20 -0400 Subject: Fix regression with b4 trailers -u Fixes regression introduced by trailers refactor. Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4/__init__.py') diff --git a/b4/__init__.py b/b4/__init__.py index 4062ec3..7439fb8 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -1719,7 +1719,7 @@ class LoreMessage: logger.info(' + %s%s', ltr.as_string(omit_extinfo=True), extra) - if addmysob: + if addmysob or hasmysob: # Tack on our signoff at the bottom fixtrailers.append(sobtr) if not hasmysob: -- cgit v1.2.3