Skip to content

Commit f1c6410

Browse files
committed
balls
1 parent 24d62cb commit f1c6410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/blueprints/attendance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_all_members(user_dict=None):
3535
log = logger.new(request=request, auth_dict=user_dict)
3636
log.info('Retrieve Technical Seminar Attendance List')
3737

38-
members = ldap_get_current_students()
38+
members = list(ldap_get_current_students())
3939

4040
named_members = [
4141
{

0 commit comments

Comments
 (0)