fix get_linked_assets project name arg (#4940)

This commit is contained in:
kaa 2023-05-12 15:19:23 +02:00 committed by GitHub
parent 6968c7c8ba
commit d3428da393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,7 @@ class BuildWorkfile:
if link_context_profiles:
# Find and append linked assets if preset has set linked mapping
link_assets = get_linked_assets(current_asset_entity)
link_assets = get_linked_assets(project_name, current_asset_entity)
if link_assets:
assets.extend(link_assets)