diff options
-rw-r--r-- | b4/ez.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |