mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
cosmetic fix
This commit is contained in:
parent
119428bcdb
commit
447edbee03
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ class ValidateOutputMaps(pyblish.api.InstancePlugin):
|
|||
# generate the smallest size / fastest export as possible
|
||||
config = copy.deepcopy(config)
|
||||
invalid_channels = self.get_invalid_channels(instance, config)
|
||||
msg = []
|
||||
if invalid_channels:
|
||||
bullet_point_invalid_statement = "\n".join(
|
||||
"- {}".format(message) for _, message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue