mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Remove unnecessary blank lines in transcoding.py
This commit is contained in:
parent
862049d995
commit
0db3f67eb3
1 changed files with 0 additions and 2 deletions
|
|
@ -1196,7 +1196,6 @@ def oiio_color_convert(
|
|||
" No color conversion needed."
|
||||
)
|
||||
|
||||
|
||||
if color_convert_args:
|
||||
# Use colorconvert for colorspace target
|
||||
oiio_cmd.extend([
|
||||
|
|
@ -1232,7 +1231,6 @@ def oiio_color_convert(
|
|||
logger.debug("Conversion command: {}".format(" ".join(oiio_cmd)))
|
||||
run_subprocess(oiio_cmd, logger=logger)
|
||||
|
||||
|
||||
def split_cmd_args(in_args):
|
||||
"""Makes sure all entered arguments are separated in individual items.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue