mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
swap order of kwargs
This commit is contained in:
parent
a2387d1856
commit
0cfc959875
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue