There was an error while loading. Please reload this page.
1 parent 9cb6e32 commit ab90fc2Copy full SHA for ab90fc2
1 file changed
ietf/idrfc/views_doc.py
@@ -64,7 +64,7 @@ def _get_html(key, filename):
64
f = open(filename, 'rb')
65
raw_content = f.read()
66
except IOError:
67
- return ("Error; cannot read "+key, "")
+ return ("Error; cannot read ("+key+")", "")
68
finally:
69
if f:
70
f.close()
0 commit comments