# HG changeset patch
# User johnheap
# Date 1559919989 14400
# Node ID b3d2d0a771e192c846e50ecad5c9c9506645cbf2
# Parent be77587bdfda8fecb8370083a5d19e3274975222
Uploaded
diff -r be77587bdfda -r b3d2d0a771e1 Tryp_V_T.py
--- 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"
"
htmlString += imgString
- with open(+tdict['html_file'], "w") as htmlfile:
+ with open(tdict['html_file'], "w") as htmlfile:
htmlfile.write(htmlString)