Mercurial > repos > johnheap > vapper
changeset 29:b3d2d0a771e1 draft
Uploaded
| author | johnheap | 
|---|---|
| date | Fri, 07 Jun 2019 11:06:29 -0400 | 
| parents | be77587bdfda | 
| children | 6669fd407dc9 | 
| files | Tryp_V_T.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/Tryp_V_T.py Thu Jun 06 08:21:58 2019 -0400 +++ b/Tryp_V_T.py Fri Jun 07 11:06:29 2019 -0400 @@ -230,7 +230,7 @@ imgString = r"<img src = '"+ tdict['name']+"_phylotypes.png' alt='Bar chart of phylotype variation' style='max-width:100%'><br><br>" htmlString += imgString - with open(+tdict['html_file'], "w") as htmlfile: + with open(tdict['html_file'], "w") as htmlfile: htmlfile.write(htmlString)
