mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-4180 - change output folder
It should be in `output` subfolder, not in root
This commit is contained in:
parent
b98e03726d
commit
29ca3f8556
3 changed files with 4 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ class AEHostFixtures(HostFixtures):
|
|||
"workfile",
|
||||
"test_project_test_asset_TestTask_v001.aep")
|
||||
dest_folder = os.path.join(download_test_data,
|
||||
"output",
|
||||
self.PROJECT,
|
||||
self.ASSET,
|
||||
"work",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ class MayaHostFixtures(HostFixtures):
|
|||
"workfile",
|
||||
"test_project_test_asset_TestTask_v001.mb")
|
||||
dest_folder = os.path.join(output_folder_url,
|
||||
"output",
|
||||
self.PROJECT,
|
||||
self.ASSET,
|
||||
"work",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue