Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 102:87c5402e0ba8 (2014-07-01)
Previous changeset 101:5bfaa3ee1f27 (2014-07-01) Next changeset 103:86bcf17f50ef (2014-07-01)
Commit message:
fix error
modified:
blast2html.py
b
diff -r 5bfaa3ee1f27 -r 87c5402e0ba8 blast2html.py
--- a/blast2html.py Tue Jul 01 16:51:38 2014 +0200
+++ b/blast2html.py Tue Jul 01 16:54:32 2014 +0200
b
@@ -399,7 +399,7 @@
         except OSError:
             continue
     if not links:
-        warnings.warn("No gene bank link templates found in {0}".format(', '.join(files))
+        warnings.warn("No gene bank link templates found in {0}".format(', '.join(files)))
     return links