mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Log the directory template for better log message
This commit is contained in:
parent
ecfb972332
commit
8ec3c80c5f
1 changed files with 2 additions and 1 deletions
|
|
@ -294,7 +294,8 @@ class DeliveryOptionsDialog(QtWidgets.QDialog):
|
|||
if not directory_template.startswith("{root"):
|
||||
self.log.warning(
|
||||
"Skipping template '%s' because directory template does "
|
||||
"not start with `{root`", template_name
|
||||
"not start with `{root` in value: %s",
|
||||
template_name, directory_template
|
||||
)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue