From 9e3ce8856160152a8baa1eeed7525b3ae83730cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9lestin=20Matte?= Date: Thu, 23 Mar 2023 10:44:20 +0100 Subject: [PATCH] Fix typo --- 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.5