remove empty lines

This commit is contained in:
Allan Ihsan 2022-03-25 14:58:30 +03:00
parent f175d77d00
commit d40429d5e7

View file

@ -8,8 +8,6 @@ def match_aov_pattern(self, app, render_file_name):
that we are grabbing the render filename string
from the collection that we have grabbed from exp_files.
"""
if app in self.aov_filter.keys():
for aov_pattern in self.aov_filter[app]:
if re.match(aov_pattern, render_file_name):