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 2018/05/25 18:06:06 UTC

[incubator-ponymail] branch master updated: Pylint does not ignore names with embedded _

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 b2f1242  Pylint does not ignore names with embedded _
b2f1242 is described below

commit b2f1242103985066746085011d7671dfad25f600
Author: Sebb <se...@apache.org>
AuthorDate: Fri May 25 19:06:05 2018 +0100

    Pylint does not ignore names with embedded _
---
 tools/import-mbox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index a7fba24..818a46a 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -256,7 +256,7 @@ class SlurpThread(Thread):
                     bad += 1
                     continue
 
-                json, contents, _msg_data, _irt = archie.compute_updates(list_override, private, message)
+                json, contents, _msgdata, _irt = archie.compute_updates(list_override, private, message)
                 
                 # Not sure this can ever happen
                 if json and not (json['list'] and json['list_raw']):

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.