This commit is contained in:
Toke Stuart Jepsen 2023-02-13 18:01:38 +00:00
parent d39dd9ce1d
commit e21323c788

View file

@ -161,7 +161,7 @@ def _get_views_data(config_path):
for display in config.getDisplays():
for view in config.getViews(display):
colorspace = config.getDisplayViewColorSpaceName(display, view)
# Special token. See https://opencolorio.readthedocs.io/en/latest/guides/authoring/authoring.html#shared-views
# Special token. See https://opencolorio.readthedocs.io/en/latest/guides/authoring/authoring.html#shared-views # noqa
if colorspace == "<USE_DISPLAY_NAME>":
colorspace = display