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 2019/04/27 00:38:01 UTC

[incubator-ponymail] 01/04: Undefined variable

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

commit 41a6da76b0b00d641e3bd30779ba71ce2c0b5f34
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 27 01:17:47 2019 +0100

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

diff --git a/tools/edit-list.py b/tools/edit-list.py
index 4eb268f..b91ee4c 100755
--- a/tools/edit-list.py
+++ b/tools/edit-list.py
@@ -179,7 +179,7 @@ def main():
                 body = {
                     'list': LID,
                     'name': LID,
-                    'description': desc
+                    'description':args.desc
                 }
             )
             print("All done, updated description.")