Skip to content

Commit

Permalink
Changed error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPJPJPOPOP committed Jan 8, 2018
1 parent 9daf2ea commit 15f4e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def get(self):

self.sendResponse(units)
else:
self.send_error(404, explanation="{} on spellchecker mode: {}".format('Error 404', 'Mode not installed'))
self.send_error(404, explanation="{} on spellchecker mode: {}".format('Error 404', 'Spelling mode for ' + in_mode + ' is not installed'))


class GenerateHandler(BaseHandler):
Expand Down

0 comments on commit 15f4e10

Please sign in to comment.