Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Shi committed Jan 28, 2023
2 parents 4f47bc1 + c863cf9 commit d17041f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleanup-roster.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def is_hot_major(m, checksecond = False):
def get_major_from_program(prog):
m = re.findall(r"(?: -|/)([^/]+)", prog)

print(m)
assert len(m) > 0

major = is_hot_major(m[0])
Expand Down

0 comments on commit d17041f

Please sign in to comment.