mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add missing else statement
This commit is contained in:
parent
340afab7d4
commit
087f939aa6
1 changed files with 2 additions and 0 deletions
|
|
@ -23,3 +23,5 @@ def match_aov_pattern(app, aov_patterns, render_file_name):
|
|||
if re.match(aov_pattern, render_file_name):
|
||||
preview = True
|
||||
return preview
|
||||
else:
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue