mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added short docstring
This commit is contained in:
parent
2f274e9c8f
commit
c4ce2001cb
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ def get_pype_version():
|
|||
|
||||
|
||||
def is_running_staging():
|
||||
"""Currently used OpenPype is staging version.
|
||||
|
||||
Returns:
|
||||
bool: True if openpype version containt 'staging'.
|
||||
"""
|
||||
if "staging" in get_pype_version():
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue