mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Clarify exception
This commit is contained in:
parent
72895df6ae
commit
b8ea018b43
1 changed files with 6 additions and 1 deletions
|
|
@ -68,7 +68,12 @@ VIDEO_EXTENSIONS = {
|
|||
|
||||
|
||||
class MissingRGBAChannelsError(ValueError):
|
||||
"""Raised when we can't find RGB channels for conversion in input media."""
|
||||
"""Raised when we can't find channels to use as RGBA for conversion in
|
||||
input media.
|
||||
|
||||
This may be other channels than solely RGBA, like Z-channel. The error is
|
||||
raised when no matching 'reviewable' channel was found.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue