Skip to content
Snippets Groups Projects
Commit b9c51df3 authored by Dennis Baurichter's avatar Dennis Baurichter
Browse files

commit: Process same lecture items sorted by date(asc)

parent 3c5e5322
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ def find_similar_items(item,ns):
yield os.path.join(fn_dir,item2),item2,ns2
for base, ns, items in sorted(all_exams,key=lambda i:i[1].lectures):
for base, ns, items in sorted(all_exams,key=lambda i:i[1].lectures[0]+i[1].date):
#for base, ns, items in allExams():
output=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment