We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4781d91 commit edb4124Copy full SHA for edb4124
1 file changed
rorapi/common/csv_update.py
@@ -13,7 +13,7 @@ def update_record_from_csv(csv_data, version):
13
errors = []
14
updated_record = None
15
print("updating record from csv")
16
- existing_org_errors, existing_org = retrieve_organization(csv_data['id'], version)
+ existing_org_errors, existing_org = retrieve_organization(csv_data['id'])
17
print(existing_org)
18
if existing_org is None:
19
errors.append("No existing record found for ROR ID '{}'".format(csv_data['id']))
0 commit comments