mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 16:17:25 +00:00
Fix typo
This commit is contained in:
parent
69d8946f37
commit
7c87221256
|
|
@ -234,7 +234,7 @@ def parse_course_td(td, note=None):
|
||||||
- 1
|
- 1
|
||||||
- list(bool(re.search(r"^\([0-9]", s.strip())) for s in course_info[::-1]).index(True)
|
- list(bool(re.search(r"^\([0-9]", s.strip())) for s in course_info[::-1]).index(True)
|
||||||
)
|
)
|
||||||
assert bool(re.search(r"[0-9]\)"), course_info[-1])
|
assert bool(re.search(r"[0-9]\)", course_info[-1]))
|
||||||
except (ValueError, AssertionError):
|
except (ValueError, AssertionError):
|
||||||
cr_delim = len(course_info)
|
cr_delim = len(course_info)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue