mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix under indentaiton
This commit is contained in:
parent
071ae58765
commit
b54bba9b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ def match_aov_pattern(app, aov_patterns, render_file_name):
|
|||
aov_pattern = aov_patterns.get(app, [])
|
||||
if aov_pattern:
|
||||
return any(re.match(aov_pattern, render_file_name)
|
||||
for aov_pattern in aov_patterns)
|
||||
for aov_pattern in aov_patterns)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue