Skip to content

Commit

Permalink
Merge pull request #273 from jdebacker/html_table
Browse files Browse the repository at this point in the history
fix ref to html table
  • Loading branch information
jdebacker authored Jul 22, 2019
2 parents 608465c + a041fba commit 2f6db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compconfig/compconfig/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def comp_output(calc1, calc2, out_var='mettr'):
{
"media_type": "table",
"title": out_var + "Summary Table",
"data": html_table()
"data": html_table
},
],
"downloadable": [
Expand Down

0 comments on commit 2f6db5a

Please sign in to comment.