🐶 calm the hound

This commit is contained in:
Ondrej Samohel 2023-10-06 15:39:35 +02:00
parent 5ac109a7ae
commit 435ff3389f
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -55,7 +55,7 @@ class CreateMultishotLayout(plugin.MayaCreator):
items_with_label = [
dict(
label=current_path_parts[p] if current_path_parts[p] != current_folder["name"] else f"{current_path_parts[p]} (current)", # noqa
value="/".join(current_path_parts[:p+1]),
value="/".join(current_path_parts[:p + 1]),
)
for p in range(len(current_path_parts))
]