We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb8892 commit b080859Copy full SHA for b080859
scripts/create_test_subset.py
@@ -589,7 +589,7 @@ def transfer_participants(
589
590
participants_to_transfer = []
591
for participant in participant_data:
592
- if participant['externalId'] in list(target_project_pid_map.keys()):
+ if participant['externalId'] in target_project_pid_map:
593
# Participants with id field will be updated & those without will be inserted
594
participant['id'] = target_project_pid_map[participant['externalId']]
595
else:
0 commit comments