Skip to content

Commit

Permalink
also adding miriam
Browse files Browse the repository at this point in the history
  • Loading branch information
juhuntenburg committed Nov 6, 2023
1 parent 6588e49 commit 7cf735b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync_ucl/prune_cortexlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

# only imports users that are relevant to IBL
users_to_import = ['cyrille', 'Gaelle', 'kenneth', 'lauren', 'matteo', 'miles', 'nick', 'olivier',
'Karolina_Socha', 'Hamish', 'laura', 'niccolo', 'SamuelP', 'carolina.quadrado']
'Karolina_Socha', 'Hamish', 'laura', 'niccolo', 'SamuelP', 'miriam.jansen', 'carolina.quadrado']
users_to_leave = LabMember.objects.using('cortexlab').exclude(username__in=users_to_import)
users_to_keep = Dataset.objects.using('cortexlab').values_list('created_by', flat=True).distinct()
users_to_leave = users_to_leave.exclude(pk__in=users_to_keep)
Expand Down

0 comments on commit 7cf735b

Please sign in to comment.