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 21:52:17 UTC

[incubator-ponymail-foal] branch master updated: Bug: elastic is not defined here

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 9a759df  Bug: elastic is not defined here
9a759df is described below

commit 9a759df476a1e6d0a4bf2be06b6b0700fc78a516
Author: Sebb <se...@apache.org>
AuthorDate: Sun May 9 22:52:04 2021 +0100

    Bug: elastic is not defined here
---
 tools/archiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index f0ca02a..c0a6aba 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -549,7 +549,7 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
                     % args.dump
                 )
         else:
-            elastic = elastic.Elastic()
+            elastic = Elastic()
 
         try:
             if contents: