changeset 8:680fae2362e2 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 37af5137519cb779fb4787482d3912ea97ce4676
author rmarenco
date Tue, 19 Jul 2016 23:28:35 -0400
parents a030b8023882
children 4f9847539a28
files TrackHub.py templates/display.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TrackHub.py	Tue Jul 19 20:33:12 2016 -0400
+++ b/TrackHub.py	Tue Jul 19 23:28:35 2016 -0400
@@ -64,7 +64,7 @@
             htmlOutput.write('<html>')
             htmlOutput.write('<body>')
             htmlOutput.write('<p>')
-            htmlOutput.write('The following generated by Hub Archive Creator:')
+            htmlOutput.write('The following has been generated by Hub Archive Creator:')
             htmlOutput.write('</p>')
             htmlOutput.write('<ul>')
             for root, dirs, files in os.walk(self.extra_files_path):