mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Update index.py
This commit is contained in:
parent
97cd06d2ba
commit
304324ebd0
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class DelayedQuery:
|
|||
try:
|
||||
field, supported_query_filters = self.param_map[param]
|
||||
except KeyError:
|
||||
logger.error("Unable to build a query filter for parameter %s", key)
|
||||
logger.error(f"Unable to build a query filter for parameter {key}")
|
||||
continue
|
||||
|
||||
# We only support certain filters per parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue