Re: Anonymous Voting Referendum - Preliminary results



On Mar 12 octobre 2004 15:10, Andreas J. Guelzow a écrit :
> On Mon, 2004-10-11 at 14:06, Vincent Untz wrote:
>>  You have to follow the instructions at
>> http://foundation.gnome.org/referenda/2004-10/verify.html to see the
>> results.
>
> Hmm, following those instructions seems to verify the results posted.
> Unfortunately, the created list of members that "did not vote" contains
> lots of members that in fact did vote according to the previous ballots.

Sorry about that. I removed a line to find all the problems caused by
UTF-8 and forgot to readd it...

Quick patch:
--- vote-counter.py.orig        2004-10-12 15:29:41.416029425 +0200
+++ vote-counter.py     2004-10-12 15:29:43.755034808 +0200
@@ -208,6 +208,7 @@

 print "The following members did not vote:"
 for key in valid_addresses.keys ():
+    if not valid_addresses[key][2]:
         print "%s <%s>" % (valid_addresses[key][0], valid_addresses[key][1])

 def cmpansw (a, b):


Vincent

-- 
Les gens heureux ne sont pas pressés.



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