Repository 'synbiodesign'
hg clone https://toolshed.g2.bx.psu.edu/repos/pablocarb/synbiodesign

Changeset 20:f3a219de2d1b (2019-06-13)
Previous changeset 19:dbc40b306014 (2019-06-13) Next changeset 21:cb029043c1d6 (2019-06-13)
Commit message:
planemo upload commit 87db86a34f2d92eb2c9756bf9ee53ae2970554d5-dirty
modified:
toolRPViz.py
b
diff -r dbc40b306014 -r f3a219de2d1b toolRPViz.py
--- a/toolRPViz.py Thu Jun 13 08:56:51 2019 -0400
+++ b/toolRPViz.py Thu Jun 13 09:00:26 2019 -0400
b
@@ -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)