mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
remove whitespace
This commit is contained in:
parent
cc86482f02
commit
6cd0423e5f
1 changed files with 3 additions and 3 deletions
|
|
@ -4,17 +4,17 @@ import re
|
|||
|
||||
def match_aov_pattern(app, aov_patterns, render_file_name):
|
||||
"""Matching against a `AOV` pattern in the render files.
|
||||
|
||||
|
||||
In order to match the AOV name we must compare
|
||||
against the render filename string that we are
|
||||
grabbing the render filename string from the collection
|
||||
that we have grabbed from `exp_files`.
|
||||
|
||||
|
||||
Args:
|
||||
app (str): Host name.
|
||||
aov_patterns (list): List of AOV patterns from AOV filters.
|
||||
render_file_name (str): Incoming file name to match against.
|
||||
|
||||
|
||||
Returns:
|
||||
bool: Review state for rendered file (render_file_name).
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue