changeset 20:f3a219de2d1b draft

planemo upload commit 87db86a34f2d92eb2c9756bf9ee53ae2970554d5-dirty
author pablocarb
date Thu, 13 Jun 2019 09:00:26 -0400
parents dbc40b306014
children cb029043c1d6
files toolRPViz.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toolRPViz.py	Thu Jun 13 08:56:51 2019 -0400
+++ b/toolRPViz.py	Thu Jun 13 09:00:26 2019 -0400
@@ -37,7 +37,7 @@
         h.write(html)
     print( 'Success!')
 
-def testHTML(f='outfile.html', outfile):
+def testHTML(f, outfile):
     content = open(f).read()
     with open(outfile, 'w') as h:
         outfile.write(content)