mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
do not validate version if build does not support it
This commit is contained in:
parent
f28b4242c8
commit
c2642974d9
2 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue