Skip to content

Commit a2aafe0

Browse files
committed
add another stat to the migration script
1 parent 502dd5d commit a2aafe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osf/management/commands/migrate_funder_ids_to_ror.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def handle(self, *args, **options):
9898
self.stdout.write(f" Records re-indexed: {stats['reindexed']}")
9999
self.stdout.write(f" Funders migrated: {stats['funders_migrated']}")
100100
self.stdout.write(f" Unmapped funders removed: {stats['not_in_mapping']}")
101+
self.stdout.write(f" Unique funders not in mapping: {len(stats['unmapped_ids'])}")
101102
if stats['errors']:
102103
self.stdout.write(self.style.ERROR(f" Errors: {stats['errors']}"))
103104

0 commit comments

Comments
 (0)