changeset 105:87c5402e0ba8 draft

fix error
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 01 Jul 2014 16:54:32 +0200
parents 5bfaa3ee1f27
children 86bcf17f50ef
files blast2html.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/blast2html.py	Tue Jul 01 16:51:38 2014 +0200
+++ b/blast2html.py	Tue Jul 01 16:54:32 2014 +0200
@@ -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