mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
OP-4643 - fix wrong assignment
This commit is contained in:
parent
176f53117f
commit
04ae5a28b4
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class ExtractOIIOTranscode(publish.Extractor):
|
|||
if view:
|
||||
new_repre["colorspaceData"]["view"] = view
|
||||
if display:
|
||||
new_repre["colorspaceData"]["view"] = display
|
||||
new_repre["colorspaceData"]["display"] = display
|
||||
|
||||
files_to_convert = self._translate_to_sequence(
|
||||
files_to_convert)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue