Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Oct 20, 2023
1 parent 6f9147f commit 65699bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/iframe_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def view_interop_report(self, id):
file_path = \
get_path_for_interop_report(id=id)
url_link = \
url_for('IlluminaInteropData.list')
url_for('IlluminaInteropDataView.list')
if file_path.endswith('.html'):
with open(file_path, 'r') as fp:
html_data = fp.read()
Expand Down

0 comments on commit 65699bf

Please sign in to comment.