mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Update openpype/hosts/tvpaint/plugins/load/load_workfile.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
4442454f9e
commit
23c5b85a77
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class LoadWorkfile(pipeline.Loader):
|
|||
data, anatomy.templates[template_key]["folder"]
|
||||
)
|
||||
version = api.last_workfile_with_version(
|
||||
work_root, template, data, [data["ext"]]
|
||||
work_root, template, data, host.file_extensions()
|
||||
)[1]
|
||||
|
||||
if version is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue