Skip to content
Snippets Groups Projects

Devel

Merged
tuherequested to merge
devel into main
5 files
+ 11
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
2
@@ -398,9 +398,7 @@ def class_information(verbose=False,
nd = d['lectures'][r-1]['date'] + timedelta(days=int(d['handin_day_delta']))
ri['date'] = nd
ri['html'] = f"{nd.day} {nd.strftime('%b')}"
ri = {**ri, **date2format(nd)}
d['reports_info'][k] = ri
Loading