Skip to content

Commit

Permalink
More robust sorting in extract_links.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jul 6, 2023
1 parent 3c5762f commit 94f309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def tutorial_order(fname):
elif last.startswith("DaySummary"):
order = 20
else:
raise ValueError(last)
order = 30
return (week, day, order)

def main(arglist):
Expand Down

0 comments on commit 94f309f

Please sign in to comment.