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 2022/01/15 16:15:24 UTC

[incubator-ponymail-foal] branch master updated: self.name contains the name already

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 bb4a664  self.name contains the name already
bb4a664 is described below

commit bb4a6642506f0bb2c5a2a67570433536c3b22f66
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jan 15 16:15:13 2022 +0000

    self.name contains the name already
    
    ... as a Thread property
---
 tools/import-mbox.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index f74b78b..661ca5c 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -137,7 +137,6 @@ class SlurpThread(Thread):
 
     def run(self):
         global goodies, baddies, dedupped
-        self.name = Thread.getName(self)
         ja = []
         jas = []
         self.printid("Thread started")