mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added new exception into tools
This commit is contained in:
parent
e4534c5074
commit
500339088d
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ from pymongo.errors import (
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class OpenPypeVersionNotFound(Exception):
|
||||||
|
"""OpenPype version was not found in remote and local repository."""
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def should_add_certificate_path_to_mongo_url(mongo_url):
|
def should_add_certificate_path_to_mongo_url(mongo_url):
|
||||||
"""Check if should add ca certificate to mongo url.
|
"""Check if should add ca certificate to mongo url.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue