Merge pull request #146 from pypeclub/bugfix/premiere_publishing

some minor fixes for new premiere integration
This commit is contained in:
Jakub Ježek 2020-05-14 11:10:10 +02:00 committed by GitHub
commit 35549828cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)