resolve some conversations

This commit is contained in:
Mustafa-Zarkash 2023-08-14 15:54:14 +03:00
parent cff9242567
commit 256ffee407
2 changed files with 2 additions and 2 deletions

View file

@ -604,7 +604,7 @@ def _get_imageio_settings(project_settings, host_name):
def get_display_view_colorspace_name(config_path, display, view):
"""get view colorspace name for the given display and view.
"""Return colorspace name for the given display and view.
Args:
config_path (str): path string leading to config.ocio

View file

@ -247,7 +247,7 @@ def get_display_view_colorspace_name(in_path, out_path,
with open(json_path, "w") as f:
json.dump(out_data, f)
print(f"Viewer data are saved to '{json_path}'")
print(f"Display view colorspace saved to '{json_path}'")
if __name__ == '__main__':
main()