mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
tidy variable of unused variable at multiverse usd creator
This commit is contained in:
parent
370416a949
commit
889851a2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class ExtractMultiverseUsd(openpype.api.Extractor):
|
|||
'step',
|
||||
'fps'
|
||||
]
|
||||
for key, value in options_items():
|
||||
for key, _value in options_items():
|
||||
if key in options_discard_keys:
|
||||
continue
|
||||
setattr(asset_write_opts, key, instance.data[key])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue