mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use MissingWorkdirError
This commit is contained in:
parent
1f571e65c1
commit
8f45e20c2a
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ from ayon_core.lib import filter_profiles
|
|||
from ayon_core.settings import get_project_settings
|
||||
|
||||
|
||||
class MissingWorkdirError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
def should_use_last_workfile_on_launch(
|
||||
project_name,
|
||||
host_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue