mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix code linting
This commit is contained in:
parent
4f1202e3a9
commit
6f2e69c3f7
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ def _convert_oiio_transcode_0_4_5(publish_overrides):
|
|||
transcode_type = output.get("transcoding_type")
|
||||
if transcode_type == "display":
|
||||
output["transcoding_type"] = "display_view"
|
||||
|
||||
|
||||
# Convert 'display' and 'view' to new values
|
||||
output["display_view"] = {
|
||||
"display": output.pop("display", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue