mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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
|
ext
|
||||||
)
|
)
|
||||||
|
|
||||||
file_path = os.path.join(base_dir, file_name)
|
file_path = os.path.join(base_dir, file_name)
|
||||||
expected_files.append(file_path)
|
expected_files.append(file_path)
|
||||||
return expected_files
|
return expected_files
|
||||||
|
|
||||||
def _get_output_dir(self, render_instance):
|
def _get_output_dir(self, render_instance):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue