Refactor-o fix.

This commit is contained in:
Jason Kirtland
2008-05-21 00:18:51 +00:00
parent 30ad04ba6d
commit 731115ffbd
+1 -1
View File
@@ -883,7 +883,7 @@ class Session(object):
context = []
if mapper is not None:
context.append('mapper %s' % c_mapper)
context.append('mapper %s' % _class_to_mapper(mapper))
if clause is not None:
context.append('SQL expression')
if instance is not None: