mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
global: better fail log
This commit is contained in:
parent
f40495ebbf
commit
e8af8559fd
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def get_colorspace_data(config_path):
|
|||
config_path = Path(config_path)
|
||||
|
||||
if not config_path.is_file():
|
||||
raise IOError("Input path should be `config.ocio` file")
|
||||
raise IOError(f"Input path `{config_path}` should be `config.ocio` file")
|
||||
|
||||
config = ocio.Config().CreateFromFile(str(config_path))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue