Skip to content

Conversation

@devinmatte
Copy link
Member

Checking against the co-op list in more cases.

Pending testing

@devinmatte devinmatte marked this pull request as ready for review August 6, 2019 22:40
Copy link
Collaborator

@mxmeinhold mxmeinhold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can clean up that, and then LGTM.

ldap_get_active_members())}
all_upper = {member.uid: member for member in filter(
lambda member: not ldap_is_intromember(member) and not ldap_is_on_coop(member), ldap_get_active_members())}
on_coop = {member.uid: member for member in filter(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don’t need this since you already are excluding them from all upper.

@devinmatte devinmatte merged commit e099123 into ComputerScienceHouse:develop Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants