mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-26 07:16:54 +01:00
Correction
This commit is contained in:
parent
96aa360702
commit
11328fca29
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class LeFilteredQuery(LeQuery):
|
|||
try:
|
||||
|
||||
filters, rel_filters = self.__query_filter
|
||||
res = super().execute(filters = filters, rel_filters = rel_filters, datas)
|
||||
res = super().execute(filters = filters, rel_filters = rel_filters, dtats = datas)
|
||||
except Exception as e:
|
||||
#restoring filters even if an exception is raised
|
||||
self.__query_filter = orig_filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue