Commit 8a7ea7ec by Vik Paruchuri

Modifications to path

parent 2ba3ee30
...@@ -74,7 +74,7 @@ error_template = u""" ...@@ -74,7 +74,7 @@ error_template = u"""
def grade(grader_path,grader_config,submission,sandbox=None): def grade(grader_path,grader_config,submission,sandbox=None):
grader_path=util_functions.create_model_path(grader_path) grader_path=os.path.join(base_path,util_functions.create_model_path(grader_path))
log.debug("Grader path: {0}\n Submission: {1}".format(grader_path,submission)) log.debug("Grader path: {0}\n Submission: {1}".format(grader_path,submission))
results = {'errors': [],'tests': [],'correct': False,'score': 0, 'feedback' : "", 'success' : False} results = {'errors': [],'tests': [],'correct': False,'score': 0, 'feedback' : "", 'success' : False}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment