fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

fix(FileNotFoundError): Display proper error message for fileNotFoundError #80

Closed Aman-Codes closed 3 years ago

Aman-Codes commented 3 years ago

Closes #79

While testing I also found some extra error logs which occurs when we specify incorrect similarity parameter to tfidf agent.

Changes Made

Screenshots

Before

fileNotFoundErrorBefore

similarityErrorBefore

After

fileNotFoundErrorAfter

similarityErrorAfter