# HG changeset patch # User Sylvain Thénault # Date 1259692196 -3600 # Node ID 505025eb0d377d03465fcbf7999bc2dfa5f6b676 # Parent 4a71754bf5ebe89768e2a59bef55cc64721e5acb fix name error while debugging diff -r 4a71754bf5eb -r 505025eb0d37 server/sources/native.py --- a/server/sources/native.py Tue Dec 01 17:38:35 2009 +0100 +++ b/server/sources/native.py Tue Dec 01 19:29:56 2009 +0100 @@ -351,7 +351,7 @@ def manual_insert(self, results, table, session): """insert given result into a temporary table on the system source""" if server.DEBUG & server.DBG_RQL: - print ' manual insertion of', res, 'into', table + print ' manual insertion of', results, 'into', table if not results: return query_args = ['%%(%s)s' % i for i in xrange(len(results[0]))]