Skip to content

Commit

Permalink
Merge pull request #523 from catenax-ng/main
Browse files Browse the repository at this point in the history
feature: add specificAssetIds to asPlanned assets in Registry
  • Loading branch information
ds-jhartmann authored Apr 9, 2024
2 parents 6042556 + fc35ea3 commit e56411e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local/testing/testdata/transform-and-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ def search_for_asset_in_catalog(edc_catalog_path_, edc_upload_url_, edc_url_, he
" ",
"")
if "PartAsPlanned" in tmp_key:
specific_asset_ids_temp = copy(tmp_data[tmp_key][0]["localIdentifiers"])
name_at_manufacturer = tmp_data[tmp_key][0]["partTypeInformation"]["nameAtManufacturer"].replace(
" ",
"")
Expand Down

0 comments on commit e56411e

Please sign in to comment.