Skip to content

Commit

Permalink
Merge pull request #853 from catenax-ng/feature/602-add-digitalTwinType
Browse files Browse the repository at this point in the history
feature: #602 add specific asset ids to as planned assets
  • Loading branch information
ds-lcapellino authored Apr 9, 2024
2 parents b64049e + 58d866d commit fc35ea3
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 fc35ea3

Please sign in to comment.