mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update openpype/pipeline/colorspace.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
3928e26c45
commit
7db4be1a48
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ def get_imageio_colorspace_from_filepath(
|
|||
|
||||
# match file rule from path
|
||||
colorspace_name = None
|
||||
for _, file_rule in file_rules.items():
|
||||
for file_rule in file_rules.values():
|
||||
pattern = file_rule["pattern"]
|
||||
extension = file_rule["ext"]
|
||||
ext_match = re.match(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue