Code improvements

This commit is contained in:
Keannu Bernasol 2023-07-23 23:24:30 +08:00
parent 813ca3eb82
commit a33b32436d

View file

@ -54,7 +54,6 @@ def populate_subjects(sender, **kwargs):
if shortname != None:
# If course already exists with relevant info, skip over it
if (Course.objects.filter(name=filename, shortname=shortname).exists()):
existing_courses += 1
continue