From 68a2adeb7d78c724c438190057d5f9ed2e153d72 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 10 Jan 2018 00:45:31 +0000 Subject: [PATCH] Correct typo Signed-off-by: Stephen Finucane Fixes: b891f8d ("parser: Log when invalid project list-id passed") --- patchwork/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/parser.py b/patchwork/parser.py index 05249df0..9e76c7a6 100644 --- a/patchwork/parser.py +++ b/patchwork/parser.py @@ -186,7 +186,7 @@ def find_project_by_header(mail): break if not project: - logger.debug("Could not find a list-id in mail headers", list_id) + logger.debug("Could not find a list-id in mail headers", listid) return project -- 2.47.3