do not validate version if build does not support it

This commit is contained in:
iLLiCiTiT 2022-01-19 10:12:28 +01:00
parent f28b4242c8
commit c2642974d9
2 changed files with 4 additions and 1 deletions

View file

@ -169,6 +169,7 @@ from .editorial import (
)
from .openpype_version import (
op_version_control_available,
get_openpype_version,
get_build_version,
get_expected_version,
@ -306,6 +307,7 @@ __all__ = [
"create_workdir_extra_folders",
"get_project_basic_paths",
"op_version_control_available",
"get_openpype_version",
"get_build_version",
"get_expected_version",