mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix import string
This commit is contained in:
parent
56bbbdbd58
commit
02edebad41
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from .build_template_exceptions import (
|
|||
MissingTemplateLoaderClass
|
||||
)
|
||||
|
||||
_module_path_format = 'openpype.{host}.template_loader'
|
||||
_module_path_format = 'openpype.hosts.{host}.api.template_loader'
|
||||
|
||||
|
||||
def build_workfile_template(*args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue