swap order of kwargs

This commit is contained in:
Jakub Trllo 2025-12-15 14:25:51 +01:00
parent a2387d1856
commit 0cfc959875

View file

@ -145,9 +145,9 @@ def get_oiio_info_for_input(
Args:
filepath (str): Path to file.
logger (logging.Logger): Logger used for logging.
subimages (bool): include info about subimages in the output.
verbose (bool): get the full metadata about each input image.
logger (logging.Logger): Logger used for logging.
Stdout should contain xml format string.
"""
@ -1252,8 +1252,8 @@ def oiio_color_convert(
input_info = get_oiio_info_for_input(
first_input_path,
logger=logger,
verbose=False,
logger=logger,
)
# Collect channels to export