mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add doc string to MissingWorkdirError
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
bfb24435ab
commit
c05c504524
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ from ayon_core.settings import get_project_settings
|
|||
|
||||
|
||||
class MissingWorkdirError(Exception):
|
||||
"""Raised when accessing a work directory not found on disk."""
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue