mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
use new method name and fix issues with string conversions
This commit is contained in:
parent
eaf580bf3b
commit
e5fe964178
27 changed files with 83 additions and 60 deletions
|
|
@ -1862,9 +1862,9 @@ def _prepare_last_workfile(data, workdir, addons_manager):
|
|||
project_settings=project_settings
|
||||
)
|
||||
# Find last workfile
|
||||
file_template = str(
|
||||
anatomy.get_template("work", template_key, "file")
|
||||
)
|
||||
file_template = anatomy.get_template_item(
|
||||
"work", template_key, "file"
|
||||
).template
|
||||
|
||||
workdir_data.update({
|
||||
"version": 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue