Address feedback from PR.

This commit is contained in:
robin@ynput.io 2024-12-11 10:59:57 -05:00
parent f29f8748af
commit 46fcc29af1
2 changed files with 4 additions and 0 deletions

View file

@ -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)

View file

@ -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,