fix formatting

This commit is contained in:
Jakub Trllo 2023-02-20 14:05:49 +01:00
parent 7486591fab
commit 80a9c3e65e

View file

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