hound: suggestions

This commit is contained in:
Jakub Jezek 2021-06-08 18:11:35 +02:00
parent 0fea8b201c
commit 7e164c8a47
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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))