mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Increment workfile
and sneaky code cosmetic for Harmony.
This commit is contained in:
parent
ae4518159b
commit
f3a435ee40
2 changed files with 30 additions and 2 deletions
|
|
@ -22,8 +22,7 @@ class IncrementWorkfile(pyblish.api.InstancePlugin):
|
|||
errored_plugins = get_errored_plugins_from_data(instance.context)
|
||||
if errored_plugins:
|
||||
raise RuntimeError(
|
||||
"Skipping incrementing current file because submission to"
|
||||
" deadline failed."
|
||||
"Skipping incrementing current file because publishing failed."
|
||||
)
|
||||
|
||||
scene_dir = version_up(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue