Skip to content

Commit

Permalink
Corrected comments
Browse files Browse the repository at this point in the history
  • Loading branch information
baljit92 authored Jul 25, 2017
1 parent b9e3794 commit 2e0b69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/TrainImage_Annotate/Annotate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def imgEval(request):
'''
if request.method == 'POST':
handle_uploaded_file(request.FILES['pic'], str(request.FILES['pic']))
# main function in web_upload_eval.py file
check_main()
return render(request, 'download.html', {'evalBool':True})
return render(request, 'download.html', {'evalBool':False})
Expand Down

0 comments on commit 2e0b69d

Please sign in to comment.