mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Address feedback from PR.
This commit is contained in:
parent
f29f8748af
commit
46fcc29af1
2 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,9 @@ def create_custom_tempdir(project_name, anatomy=None):
|
|||
DeprecationWarning,
|
||||
)
|
||||
|
||||
if anatomy is None:
|
||||
anatomy = Anatomy(project_name)
|
||||
|
||||
return _create_custom_tempdir(project_name, anatomy)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -157,6 +157,7 @@ class CollectOtioSubsetResources(
|
|||
self.staging_dir = media_ref.target_url_base
|
||||
head = media_ref.name_prefix
|
||||
tail = media_ref.name_suffix
|
||||
import rpdb ; rpdb.Rpdb().set_trace()
|
||||
collection = clique.Collection(
|
||||
head=head,
|
||||
tail=tail,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue