🐶 hound fix

This commit is contained in:
Ondřej Samohel 2022-07-14 17:17:25 +02:00
parent fbd239299f
commit ef5b571ea6
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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)