Skip to content

Commit

Permalink
Merge branch 'develop' into chore/deliver_versions_remove_legacy_code
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT authored Sep 25, 2024
2 parents 284817d + cf7d794 commit 6897a2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/ayon_core/pipeline/farm/pyblish_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,11 @@ def _create_instances_for_aov(instance, skeleton, aov_filter, additional_data,
colorspace = product.colorspace
break

if isinstance(files, (list, tuple)):
files = [os.path.basename(f) for f in files]
else:
files = os.path.basename(files)

rep = {
"name": ext,
"ext": ext,
Expand Down

0 comments on commit 6897a2e

Please sign in to comment.