mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
global: dict was overwriting keys
https://github.com/pypeclub/OpenPype/pull/2745#discussion_r808934017
This commit is contained in:
parent
373b1c159b
commit
d50893c6ea
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class ValidateEditorialAssetName(pyblish.api.ContextPlugin):
|
|||
for asset in assets_missing_name:
|
||||
_asset = asset.lower().replace("_", "")
|
||||
if _asset in asset_names:
|
||||
wrong_names.update(
|
||||
wrong_names[asset].update(
|
||||
{
|
||||
"required_name": asset,
|
||||
"used_variants_in_db": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue