File: app/indexer/controllers.py (line 94)
Description
session['index_url'] raises a KeyError if the key doesn't exist in the session. This can happen if a user navigates directly to the correct_entry() route without having previously started an indexing operation.
File:
app/indexer/controllers.py(line 94)Description
session['index_url']raises aKeyErrorif the key doesn't exist in the session. This can happen if a user navigates directly to thecorrect_entry()route without having previously started an indexing operation.