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-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new dc41d78  too many empty lines
dc41d78 is described below

commit dc41d783903c6b0797a3b67620bc874dfc8c55c6
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Aug 17 23:31:30 2020 +0200

    too many empty lines
---
 tools/archiver.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index f53c9e3..93fd668 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -218,7 +218,6 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
             import html2text
             self.html2text = html2text.html2text
 
-
     def message_body(self, msg: email.message.Message, verbose=False, 
ignore_body=None):
         body = None
         first_html = None
@@ -482,7 +481,6 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
         else:
             self.elastic = plugins.elastic.Elastic()
 
-
         # Always allow this to be set; will be replaced as necessary by 
wait_for_active_shards
         self.consistency = config["elasticsearch"].get("write", "quorum")
         es_engine_major = self.elastic.engineMajor()

Reply via email to