mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #146 from pypeclub/bugfix/premiere_publishing
some minor fixes for new premiere integration
This commit is contained in:
commit
35549828cb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ def main(env):
|
|||
# Register Host (and it's pyblish plugins)
|
||||
host_name = env["AVALON_APP"]
|
||||
# TODO not sure if use "pype." or "avalon." for host import
|
||||
host_import_str = f"avalon.{host_name}"
|
||||
host_import_str = f"pype.{host_name}"
|
||||
|
||||
try:
|
||||
host_module = importlib.import_module(host_import_str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue