WEEE-Open / skeeelled

An e-learning platform for the modern age
https://weee-open.github.io/skeeelled
5 stars 7 forks source link

Add missing return statement in `Polyglot.identification` #92

Closed e-caste closed 2 years ago

e-caste commented 2 years ago

Starting from here: https://github.com/WEEE-Open/skeeelled/blob/27a236f3fc9d4f9b685a6c15afe3859c11988cd7/ml/Modali.py#L76

Either remove the if at line 76 or add an else to it which returns None.

papadeiv commented 2 years ago

Closed with commit 357c76b.