You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/14 17:43:04 UTC

[incubator-ponymail] branch master updated: OF: Should use override if defined

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new b0d9f17  OF: Should use override if defined
b0d9f17 is described below

commit b0d9f17b21ffe7fc1bced7f2e925e509c4734ed5
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Aug 14 19:42:57 2020 +0200

    OF: Should use override if defined
---
 tools/archiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index be68a52..cddfabf 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -348,7 +348,7 @@ class Archiver(object): # N.B. Also used by import-mbox.py
         if body is not None or attachments:
             pmid = mid
             try:
-                mid = generators.generate(archiver_generator, msg, body, lid, attachments)
+                mid = generators.generate(self.generator, msg, body, lid, attachments)
             except Exception as err:
                 if logger:
                     # N.B. use .get just in case there is no message-id