mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix formatting
This commit is contained in:
parent
7486591fab
commit
80a9c3e65e
1 changed files with 2 additions and 1 deletions
|
|
@ -451,7 +451,8 @@ class CreateRenderPass(TVPaintCreator):
|
|||
|
||||
# Raise if nothing is selected
|
||||
if not marked_layers:
|
||||
raise CreatorError("Nothing is selected. Please select layers.")
|
||||
raise CreatorError(
|
||||
"Nothing is selected. Please select layers.")
|
||||
|
||||
marked_layer_names = {layer["name"] for layer in marked_layers}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue