Skip to content
Snippets Groups Projects
Commit 7f8d948d authored by Brian Moe's avatar Brian Moe
Browse files

Fixed bug - broken imgs when no ifar charts available

parent cd6d476f
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@ def histo(request):
fname = os.path.join(settings.REPORT_IFAR_IMAGE_DIR, name)
if os.access(fname, os.R_OK):
ifar.append(name)
else:
ifar.append('no ' + name)
return render_to_response(
'gracedb/histogram.html',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment