We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 502e6e4 + edb4124 commit ee617d5Copy full SHA for ee617d5
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