aboutsummaryrefslogtreecommitdiff
path: root/b4/ez.py
diff options
context:
space:
mode:
Diffstat (limited to 'b4/ez.py')
-rw-r--r--b4/ez.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/b4/ez.py b/b4/ez.py
index a6f25ed..c0380d4 100644
--- a/b4/ez.py
+++ b/b4/ez.py
@@ -576,6 +576,8 @@ def update_trailers(cmdargs: argparse.Namespace) -> None:
by_subject = dict()
updates = dict()
for commit, msg in patches:
+ if not msg:
+ continue
commit_map[commit] = msg
body = msg.get_payload()
patchid = b4.LoreMessage.get_patch_id(body)