summaryrefslogtreecommitdiff
path: root/yaksh/models.py
diff options
context:
space:
mode:
authorprathamesh2017-08-31 16:28:57 +0530
committerprathamesh2017-09-01 15:45:06 +0530
commit3d9bce5471d04bf50e03155d3cd67bdae44a4fcc (patch)
tree8e4eb5f574754b28bf2fcb441f085155c3eaa0af /yaksh/models.py
parent055d0d1c51f90b4496a096a13bab5e4978fe9b92 (diff)
downloadonline_test-3d9bce5471d04bf50e03155d3cd67bdae44a4fcc.tar.gz
online_test-3d9bce5471d04bf50e03155d3cd67bdae44a4fcc.tar.bz2
online_test-3d9bce5471d04bf50e03155d3cd67bdae44a4fcc.zip
updated travis config and added print to debug on travis
Diffstat (limited to 'yaksh/models.py')
-rw-r--r--yaksh/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py
index 9b3cabe..2aee435 100644
--- a/yaksh/models.py
+++ b/yaksh/models.py
@@ -1329,7 +1329,7 @@ class AnswerPaper(models.Model):
user_dir = self.user.profile.get_user_dir()
url = 'http://localhost:%s' % SERVER_POOL_PORT
submit(url, uid, json_data, user_dir)
- result = {'uid': uid, 'state': 'running'}
+ result = {"uid": uid, "state": "running"}
return result
def regrade(self, question_id):