You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/09/10 10:23:06 UTC

svn commit: r813302 - /gump/trunk/python/gump/actor/stats/mysql/statsdb.py

Author: bodewig
Date: Thu Sep 10 08:23:05 2009
New Revision: 813302

URL: http://svn.apache.org/viewvc?rev=813302&view=rev
Log:
better return that created helper

Modified:
    gump/trunk/python/gump/actor/stats/mysql/statsdb.py

Modified: gump/trunk/python/gump/actor/stats/mysql/statsdb.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/actor/stats/mysql/statsdb.py?rev=813302&r1=813301&r2=813302&view=diff
==============================================================================
--- gump/trunk/python/gump/actor/stats/mysql/statsdb.py (original)
+++ gump/trunk/python/gump/actor/stats/mysql/statsdb.py Thu Sep 10 08:23:05 2009
@@ -86,6 +86,7 @@
 
         self._helper = gump.util.mysql.DbHelper(conn,
                                                 self._dbinfo.getDatabase())
+        return self._helper
  
     # Workspace
     def getWorkspaceStats(self, workspaceName):