mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
OP-2038 - Hound
This commit is contained in:
parent
63b7b56547
commit
27dc4552eb
1 changed files with 1 additions and 2 deletions
|
|
@ -78,8 +78,7 @@ class ValidateNaming(pyblish.api.InstancePlugin):
|
|||
help_msg)
|
||||
assert not re.search(self.invalid_chars, instance.data["subset"]), msg
|
||||
|
||||
|
||||
@classmethod
|
||||
def get_replace_chars(cls):
|
||||
"""Pass values configured in Settings for Repair."""
|
||||
return cls.invalid_chars, cls.replace_char
|
||||
return cls.invalid_chars, cls.replace_char
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue