From 09e1dc80e35b49d6dea9a9d7312f10b3da1710c9 Mon Sep 17 00:00:00 2001 From: Christopher Lee Date: Wed, 9 Sep 2009 01:30:56 -0700 Subject: [PATCH] fixed small syntax error --- pygr/sqlgraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygr/sqlgraph.py b/pygr/sqlgraph.py index 7e62a17..08bf02e 100644 --- a/pygr/sqlgraph.py +++ b/pygr/sqlgraph.py @@ -673,7 +673,7 @@ class SQLTableBase(object, UserDict.DictMixin): try: new_cursor = self.serverInfo.new_cursor except AttributeError: - return None,None + return None return new_cursor(self.arraysize) def generic_iterator(self, cursor=None, fetch_f=None, cache_f=None, -- 2.11.4.GIT