Merge pull request #6139 from ynput/bugfix/OP-7953_Maya-DL-Limit-groups-missing-in-settings

AYON: Fix the bug on the limit group not being set correctly in Maya Deadline Setting
This commit is contained in:
Kayla Man 2024-01-17 20:05:37 +08:00 committed by GitHub
commit e550c8559e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"