Skip to content

Commit

Permalink
Merge pull request #413 from ror-community/schema-v2-1
Browse files Browse the repository at this point in the history
change issue_url field to html_url in bulk update report
  • Loading branch information
lizkrznarich authored Dec 3, 2024
2 parents 3b02109 + f819ca8 commit 58f5315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rorapi/common/csv_bulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def process_csv(csv_file, version, validate_only):
success_msg = None
error = None
report = []
report_fields = ['row', 'issue_url', 'ror_id', 'action', 'errors']
report_fields = ['row', 'html_url', 'ror_id', 'action', 'errors']
skipped_count = 0
updated_count = 0
new_count = 0
Expand Down

0 comments on commit 58f5315

Please sign in to comment.