mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🚨 fix hound 🐶
This commit is contained in:
parent
7176723aa5
commit
60ea9728f6
1 changed files with 0 additions and 2 deletions
|
|
@ -496,7 +496,6 @@ class OpenPypeVersion(semver.VersionInfo):
|
|||
ValueError: if invalid path is specified.
|
||||
|
||||
"""
|
||||
installed_version = OpenPypeVersion.get_installed_version()
|
||||
openpype_versions = []
|
||||
if not openpype_dir.exists() and not openpype_dir.is_dir():
|
||||
return openpype_versions
|
||||
|
|
@ -1667,7 +1666,6 @@ class BootstrapRepos:
|
|||
ValueError: if invalid path is specified.
|
||||
|
||||
"""
|
||||
installed_version = OpenPypeVersion.get_installed_version()
|
||||
if not openpype_dir.exists() and not openpype_dir.is_dir():
|
||||
raise ValueError(f"specified directory {openpype_dir} is invalid")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue