mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
♻️ improve error message
This commit is contained in:
parent
5914f2e23c
commit
8f5a5341e0
1 changed files with 3 additions and 1 deletions
|
|
@ -114,7 +114,9 @@ class CreateMultishotLayout(plugin.MayaCreator):
|
|||
# want to create a new shot folders by publishing the layouts
|
||||
# and shot defined in the sequencer. Sort of editorial publish
|
||||
# in side of Maya.
|
||||
raise CreatorError("No shots found under the specified folder.")
|
||||
raise CreatorError((
|
||||
"No shots found under the specified "
|
||||
f"folder: {pre_create_data['shotParent']}."))
|
||||
|
||||
# Get layout creator
|
||||
layout_creator_id = "io.openpype.creators.maya.layout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue