mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Refactor code for better readability and consistency.
- Refactored code to improve readability by adjusting indentation and line breaks. - Made changes to ensure consistent formatting of the code.
This commit is contained in:
parent
ce977ab07e
commit
0b9cea926c
1 changed files with 3 additions and 2 deletions
|
|
@ -99,7 +99,8 @@ def _convert_oiio_transcode_0_4_5(publish_overrides):
|
|||
if "ExtractOIIOTranscode" not in publish_overrides:
|
||||
return
|
||||
|
||||
transcode_profiles = publish_overrides["ExtractOIIOTranscode"].get("profiles")
|
||||
transcode_profiles = publish_overrides["ExtractOIIOTranscode"].get(
|
||||
"profiles")
|
||||
if not transcode_profiles:
|
||||
return
|
||||
|
||||
|
|
@ -108,7 +109,7 @@ def _convert_oiio_transcode_0_4_5(publish_overrides):
|
|||
if outputs is None:
|
||||
return
|
||||
|
||||
for output in outputs :
|
||||
for output in outputs:
|
||||
# Already new settings
|
||||
if "display_view" in output:
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue