mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐶 hound fix
This commit is contained in:
parent
fbd239299f
commit
ef5b571ea6
1 changed files with 2 additions and 1 deletions
|
|
@ -1130,7 +1130,8 @@ class RenderProductsRenderman(ARenderProducts):
|
|||
multipart=False
|
||||
)
|
||||
"""
|
||||
raise UnsupportedImageFormatException("Only exr, deep exr and tiff formats are supported.")
|
||||
raise UnsupportedImageFormatException(
|
||||
"Only exr, deep exr and tiff formats are supported.")
|
||||
|
||||
products.append(product)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue