mirror of
https://github.com/OCA/knowledge.git
synced 2025-08-28 10:16:13 -06:00
fix pre-commit
This commit is contained in:
parent
5825662e4d
commit
69d8c4674f
@ -35,7 +35,7 @@ try:
|
|||||||
return res
|
return res
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
_logger.debug(
|
_logger.debug(
|
||||||
"Neither resolve_or_missing nor resolve method available in parent context"
|
"Neither resolve_or_missing nor resolve method available"
|
||||||
)
|
)
|
||||||
|
|
||||||
# If the key is not found in the normal context, try to resolve it as a reference
|
# If the key is not found in the normal context, try to resolve it as a reference
|
||||||
|
Loading…
Reference in New Issue
Block a user