mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added docstring for 'get_ftrack_url'
This commit is contained in:
parent
a2dbc6d51d
commit
b661f16f88
1 changed files with 10 additions and 0 deletions
|
|
@ -64,6 +64,16 @@ class FtrackModule(
|
|||
self._timers_manager_module = None
|
||||
|
||||
def get_ftrack_url(self):
|
||||
"""Resolved ftrack url.
|
||||
|
||||
Resolving is trying to fill missing information in url and tried to
|
||||
connect to the server.
|
||||
|
||||
Returns:
|
||||
Union[str, None]: Final variant of url or None if url could not be
|
||||
reached.
|
||||
"""
|
||||
|
||||
if self._ftrack_url is _URL_NOT_SET:
|
||||
self._ftrack_url = resolve_ftrack_url(
|
||||
self._settings_ftrack_url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue