From 97c74c5060326dbb4a393b55eed7180611082396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lestin=20Matte?= Date: Wed, 22 Mar 2023 11:41:43 +0100 Subject: [PATCH] bugfix: typo in loader/lib/storage.py --- loader/lib/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/lib/storage.py b/loader/lib/storage.py index 5fbdc6f..e2ba717 100644 --- a/loader/lib/storage.py +++ b/loader/lib/storage.py @@ -128,7 +128,7 @@ class ArchivesParserStorage(ArchivesParser): best_parentid = all_parents[i][0] best_threadid = all_parents[i][2] if best_threadid == -1: - raise Exception("Message %s, resolve failed in a way it shouldn't :P" % selg.msgid) + raise Exception("Message %s, resolve failed in a way it shouldn't :P" % self.msgid) self.parentid = best_parentid self.threadid = best_threadid # Slice away all matches that are worse than the one we wanted -- 2.39.2