mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
🚨 fix Hound
This commit is contained in:
parent
834edafa47
commit
151bb60679
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,8 @@ import unreal # noqa
|
|||
logger = logging.getLogger("openpype.hosts.unreal")
|
||||
OPENPYPE_CONTAINERS = "OpenPypeContainers"
|
||||
UNREAL_VERSION = semver.VersionInfo(
|
||||
*os.getenv("OPENPYPE_UNREAL_VERSION").split("."))
|
||||
*os.getenv("OPENPYPE_UNREAL_VERSION").split(".")
|
||||
)
|
||||
|
||||
HOST_DIR = os.path.dirname(os.path.abspath(openpype.hosts.unreal.__file__))
|
||||
PLUGINS_DIR = os.path.join(HOST_DIR, "plugins")
|
||||
|
|
@ -43,7 +44,6 @@ class UnrealHost(HostBase, ILoadHost):
|
|||
name = "unreal"
|
||||
|
||||
def install(self):
|
||||
version = UNREAL_VERSION
|
||||
install()
|
||||
|
||||
def get_containers(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue