Skip to content

Commit

Permalink
feat(impl):[#488] update upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Apr 4, 2024
1 parent 68115af commit 82161cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local/testing/testdata/transform-and-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ def search_for_asset_in_catalog(edc_catalog_path_, edc_upload_url_, edc_url_, he
"key": "manufacturerPartId"
})
print(name_at_manufacturer)
name_at_manufacturer = name_at_manufacturer + "-" + uuid.uuid4().hex
print(name_at_manufacturer)

manufacturerId = {
"key": "manufacturerId",
Expand Down

0 comments on commit 82161cd

Please sign in to comment.