architshukla / Plagiarism-Checker

A utility to check if a document's contents are plagiarised
GNU General Public License v3.0
256 stars 102 forks source link

Python - exceptions not in log file #24

Closed architshukla closed 11 years ago

architshukla commented 11 years ago

As things are now, when python throws an error, it writes to stderr. Can this be changed to stdout (by handling those exceptions and echoing a common string along with description of the exception). This is because the log file doesn't contain any exceptions (at least for windows) as so the user will not know what caused the problem.

Is this feasible?

shashankrao commented 11 years ago

On top of my agenda for tomorrow.

Importance: High

shashankrao commented 11 years ago

This was fixed yesterday.