From a5221e9cc2b1d3bab08d175b964342c37dbf27a7 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 14 May 2023 14:23:51 +0000 Subject: [PATCH] Bug fix --- matcher/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matcher/mail.py b/matcher/mail.py index cc5fd91..2bbf1e4 100644 --- a/matcher/mail.py +++ b/matcher/mail.py @@ -86,7 +86,7 @@ reply: """ - send_mail("error creating changeset:" + body) + send_mail("error creating changeset", body) def send_traceback(info, prefix="osm-wikidata"):