🚨 fix Hound

This commit is contained in:
Ondrej Samohel 2022-12-08 22:25:47 +01:00
parent 834edafa47
commit 151bb60679
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

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