bug fix the limit groups from maya deadline settings unabled to be set by the username and error out

This commit is contained in:
Kayla Man 2024-01-16 21:36:04 +08:00
parent 4c9b19ed99
commit 5bdad2b37c
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@ class MayaSubmitDeadlineModel(BaseSettingsModel):
title="Disable Strict Error Check profiles"
)
@validator("limit", "scene_patches")
@validator("scene_patches")
def validate_unique_names(cls, value):
ensure_unique_names(value)
return value

View file

@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "0.1.7"