mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
Include template in logged message
This commit is contained in:
parent
684fc0cdf0
commit
9889ef39ba
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def update_task_from_path(path):
|
|||
context = pather.parse(template, path)
|
||||
except ParseError:
|
||||
log.error("Can't update the current task. Unable to parse the "
|
||||
"task for: %s", path)
|
||||
"task for: %s (pattern: %s)", path, template)
|
||||
return
|
||||
|
||||
# Find the changes between current Session and the path's context.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue