Oskar Schmölz

Results 2 issues of Oskar Schmölz

On Windows merge_all.py results in an encoding error. Adding `encoding='UTF-8'` in `open()` file function resolves this issue.

Multiple exams with same dateOfExam are all highlighted even though they have a different nameOfExam. Issue appears in Code the first time in the output of the self.doExamCheck function. It...