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 2020/08/17 20:22:23 UTC

[incubator-ponymail] branch master updated: Spurious spaces

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


The following commit(s) were added to refs/heads/master by this push:
     new aa27637  Spurious spaces
aa27637 is described below

commit aa276375c48fc3d514fbf7d1b893f01aafbec17a
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 17 21:22:13 2020 +0100

    Spurious spaces
---
 tools/import-mbox.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index 33eccf2..8e10b39 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -125,7 +125,7 @@ class SlurpThread(Thread):
         if args.generator:
             archie = archiver.Archiver(generator=args.generator, parse_html=parseHTML)            
         else:
-            archie = archiver.Archiver(parse_html=parseHTML)            
+            archie = archiver.Archiver(parse_html=parseHTML)
 
         while len(lists) > 0:
             self.printid("%u elements left to slurp" % len(lists))
@@ -170,7 +170,7 @@ class SlurpThread(Thread):
                             dFile = True # Slated for deletion upon having been read
                             self.printid("%s -> %u bytes" % (tmpname, len(bmd)))
                     except Exception as err:
-                        self.printid("This wasn't a gzip file: %s" % err )
+                        self.printid("This wasn't a gzip file: %s" % err)
                 self.printid("Slurping %s" % filename)
                 if maildir:
                     messages = mailbox.Maildir(tmpname, create=False)