changeset 7995 | 9a9f35ef418c |
parent 7990 | a673d1d9a738 |
child 8190 | 2a3c1b787688 |
child 8199 | fb5c0e60a615 |
--- a/entity.py Fri Oct 21 14:32:37 2011 +0200 +++ b/entity.py Fri Oct 21 14:32:37 2011 +0200 @@ -835,7 +835,7 @@ var = varmaker.next() rql.append('%s %s %s' % (V, attr, var)) selected.append((attr, var)) - # +1 since this doen't include the main variable + # +1 since this doesn't include the main variable lastattr = len(selected) + 1 # don't fetch extra relation if attributes specified or of the entity is # coming from an external source (may lead to error)