mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound: suggestions
This commit is contained in:
parent
0fea8b201c
commit
7e164c8a47
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,8 @@ from pprint import pformat
|
|||
class ValidateEditorialAssetName(pyblish.api.ContextPlugin):
|
||||
""" Validating if editorial's asset names are not already created in db.
|
||||
|
||||
Checking variations of names with different size of caps or with or without underscores.
|
||||
Checking variations of names with different size of caps or with
|
||||
or without underscores.
|
||||
"""
|
||||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
|
|
@ -72,8 +73,6 @@ class ValidateEditorialAssetName(pyblish.api.ContextPlugin):
|
|||
"Some already existing asset name variants `{}`".format(
|
||||
wrong_names))
|
||||
|
||||
|
||||
|
||||
if assets_wrong_parent:
|
||||
self.log.debug(
|
||||
">> assets_wrong_parent: {}".format(assets_wrong_parent))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue