mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
use 'open_workfile' to open workfile
This commit is contained in:
parent
3e6aafae55
commit
351ab7d56b
1 changed files with 1 additions and 1 deletions
|
|
@ -604,7 +604,7 @@ class AbstractTemplateBuilder(ABC):
|
|||
"""Open template file with registered host."""
|
||||
template_preset = self.get_template_preset()
|
||||
template_path = template_preset["path"]
|
||||
self.host.open_file(template_path)
|
||||
self.host.open_workfile(template_path)
|
||||
|
||||
@abstractmethod
|
||||
def import_template(self, template_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue