Skip to content

Commit

Permalink
Address feedback from PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Dec 11, 2024
1 parent f29f874 commit 46fcc29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/ayon_core/pipeline/tempdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def process(self, instance):
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,
Expand Down

0 comments on commit 46fcc29

Please sign in to comment.