fix debug output for lookup type

This commit is contained in:
Sarah Hoffmann
2025-03-18 11:21:54 +01:00
parent e4295dba10
commit d400fd5f76

View File

@@ -238,7 +238,7 @@ def _dump_searches(searches: List[AbstractSearch], query: QueryStruct,
if not lk:
return ''
return f"{lk.lookup_type}({lk.column}{tk(lk.tokens)})"
return f"{lk.lookup_type.__name__}({lk.column}{tk(lk.tokens)})"
def fmt_cstr(c: Any) -> str:
if not c: