You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/05/09 12:13:44 UTC

[incubator-ponymail-foal] branch master updated: legacy was moved; update reference

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9851b9  legacy was moved; update reference
c9851b9 is described below

commit c9851b917cb8b5d029ff008f26f42585f8cd6f98
Author: Sebb <se...@apache.org>
AuthorDate: Sun May 9 13:13:33 2021 +0100

    legacy was moved; update reference
---
 tools/plugins/generators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/plugins/generators.py b/tools/plugins/generators.py
index 919381c..59cd780 100644
--- a/tools/plugins/generators.py
+++ b/tools/plugins/generators.py
@@ -188,7 +188,7 @@ def generator(name):
         return __GENERATORS[name]
     except KeyError:
         print("WARN: generator %s not found, defaulting to 'legacy'" % name)
-        return legacy
+        return plugins.generators_old.legacy
 
 
 def generate(name, msg, body, lid, attachments, raw_msg):