AY-5750 - fix wrong looping

This commit is contained in:
Petr Kalis 2024-06-18 11:11:48 +02:00
parent 50f39e4f5e
commit b62d40ffd9

View file

@ -198,8 +198,8 @@ class CollectAERender(publish.AbstractCollectRender):
ext
)
file_path = os.path.join(base_dir, file_name)
expected_files.append(file_path)
file_path = os.path.join(base_dir, file_name)
expected_files.append(file_path)
return expected_files
def _get_output_dir(self, render_instance):