mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
AY-5750 - fix wrong looping
This commit is contained in:
parent
50f39e4f5e
commit
b62d40ffd9
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue