branch | stable |
changeset 5630 | 40d7c7e180f1 |
parent 5534 | b75aa6ce0c04 |
child 5633 | 879590c52679 |
child 5641 | 4c1d0e80a376 |
--- a/cwconfig.py Wed Jun 02 14:36:54 2010 +0200 +++ b/cwconfig.py Wed Jun 02 14:48:36 2010 +0200 @@ -1156,7 +1156,7 @@ def as_sql(self, backend, args): raise NotImplementedError('source only callback') - def source_execute(self, source, value): + def source_execute(self, source, session, value): fpath = source.binary_to_str(value) try: return Binary(fpath)