You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2016/03/27 19:04:59 UTC

svn commit: r1736779 - /steve/trunk/pysteve/lib/backends/es.py

Author: humbedooh
Date: Sun Mar 27 17:04:59 2016
New Revision: 1736779

URL: http://svn.apache.org/viewvc?rev=1736779&view=rev
Log:
return ballots, d'uh.

Modified:
    steve/trunk/pysteve/lib/backends/es.py

Modified: steve/trunk/pysteve/lib/backends/es.py
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/lib/backends/es.py?rev=1736779&r1=1736778&r2=1736779&view=diff
==============================================================================
--- steve/trunk/pysteve/lib/backends/es.py (original)
+++ steve/trunk/pysteve/lib/backends/es.py Sun Mar 27 17:04:59 2016
@@ -267,5 +267,6 @@ class ElasticSearchBackend:
                     'ballot': entry['_id'],
                     'open': elections[ballot['election']]
                 }
+        return ballots
         
 constants.appendBackend("elasticsearch", ElasticSearchBackend)
\ No newline at end of file