mcmikecreations / tum_info

TUM exam statistics and more at the Technical University of Munich.
https://mcmikecreations.github.io/tum_info/
GNU General Public License v3.0
38 stars 7 forks source link

Small fix in script + contributed courses #160

Closed Vuenc closed 1 year ago

Vuenc commented 1 year ago

In the course-glob.py I made a small change: I encountered a case where gradeShortName was "B", i.e. not parseable as float. Therefore I changed the code to go into the if branch where gradeCommentShortName is checked for letters if the first character of gradeShortName is not a digit. This shouldn't change the behavior in any previously supported cases.