grapesmoker / qems2

A new implementation of the QEMS submission system for quizbowl questions.
GNU General Public License v2.0
9 stars 4 forks source link

Search can sometimes fail with "global name sys is not defined" #270

Closed mbentley00 closed 9 years ago

mbentley00 commented 9 years ago

Looks like the problem is that it's failing to write an exception. The search itself is failing for some reason as well.

NameError at /search/2/ global name 'sys' is not defined Request Method: GET Django Version: 1.7.3 Exception Type: NameError Exception Value:
global name 'sys' is not defined Exception Location: /home/grapesmoker/public/qems2.grapesmoker.net/qems2/qems2/qsub/views.py in search, line 2268

mbentley00 commented 9 years ago

Fixed this exception. Unclear if it will still pop up in the future.