[sysadmin-bin] One more missing



commit fdcf02db5a33d5f148c20c986f353793419daa39
Author: Andrea Veri <av gnome org>
Date:   Wed Oct 8 15:22:26 2014 +0200

    One more missing

 membership/foundation-operations.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/membership/foundation-operations.py b/membership/foundation-operations.py
index 7c20fad..29c034a 100755
--- a/membership/foundation-operations.py
+++ b/membership/foundation-operations.py
@@ -249,7 +249,7 @@ def subscribe_new_members():
 
         if first_added_attr == TODAY:
             f.write(str(mail_attr) + '\n')
-        elif last_renewed_on_attr[member] == TODAY:
+        elif last_renewed_on_attr == TODAY:
             f.write(str(mail_attr) + '\n')
         else:
             pass


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]