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 2016/11/05 17:58:00 UTC

incubator-ponymail git commit: Oops - remove temporary test code

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master b2fa43a3a -> 727049cd8


Oops - remove temporary test code

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/727049cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/727049cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/727049cd

Branch: refs/heads/master
Commit: 727049cd89a4cbeabc69df3de2810221a66169e3
Parents: b2fa43a
Author: Sebb <se...@apache.org>
Authored: Sat Nov 5 17:57:40 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Sat Nov 5 17:57:40 2016 +0000

----------------------------------------------------------------------
 tools/import-mbox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/727049cd/tools/import-mbox.py
----------------------------------------------------------------------
diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index 1fbca8d..1476779 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -489,7 +489,7 @@ if re.match(r"https?://", source):
             qn += 1
             if quickmode and qn >= 2:
                 break
-    die               
+
 # IMAP(S) based import?
 elif re.match(r"imaps?://", source):
     imap = True