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/11 22:49:00 UTC

incubator-ponymail git commit: edit-list.py does not process --obfuscate if it is used alone

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master ab78f8914 -> 5001a161e


edit-list.py does not process --obfuscate if it is used alone

This fixes #238

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

Branch: refs/heads/master
Commit: 5001a161e1cdedef30d9aec8e75b79ffc62cd10c
Parents: ab78f89
Author: Sebb <se...@apache.org>
Authored: Fri Nov 11 22:48:50 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Fri Nov 11 22:48:50 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/5001a161/tools/edit-list.py
----------------------------------------------------------------------
diff --git a/tools/edit-list.py b/tools/edit-list.py
index 0324e46..5920f68 100755
--- a/tools/edit-list.py
+++ b/tools/edit-list.py
@@ -151,7 +151,7 @@ if desc:
             }
         )
 
-if targetLID or makePrivate or makePublic or deleteEmails or mid:
+if targetLID or makePrivate or makePublic or deleteEmails or mid or obfuscate:
     if dryrun:
         print("DRY RUN - NO CHANGES WILL BE MADE")
     print("Updating docs...")