mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
few raises information
This commit is contained in:
parent
2d6a507b30
commit
7e37702e37
1 changed files with 9 additions and 0 deletions
|
|
@ -556,6 +556,15 @@ class ApplicationManager:
|
|||
app_name (str): Name of application that should be launched.
|
||||
**data (dict): Any additional data. Data may be used during
|
||||
preparation to store objects usable in multiple places.
|
||||
|
||||
Raises:
|
||||
ApplicationNotFound: Application was not found by entered
|
||||
argument `app_name`.
|
||||
ApplictionExecutableNotFound: Executables in application definition
|
||||
were not found on this machine.
|
||||
ApplicationLaunchFailed: Something important for application launch
|
||||
failed. Exception should contain explanation message,
|
||||
traceback should not be needed.
|
||||
"""
|
||||
app = self.applications.get(app_name)
|
||||
if not app:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue