From b2c307e6114cc142c53e9398eba1cc0bc432af15 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 15 Mar 2007 11:53:50 +0000 Subject: [PATCH] replace bracket by braces git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/trunk@10 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- tools/ecoPCRFormat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ecoPCRFormat.py b/tools/ecoPCRFormat.py index c09caf2..7324212 100755 --- a/tools/ecoPCRFormat.py +++ b/tools/ecoPCRFormat.py @@ -363,12 +363,12 @@ def ecoSeqWriter(file,input,taxindex,parser=genbankParser): seqcount+=1 output.write(ecoSeqPacker(entry)) else: - skipped.append[entry['id']] + skipped.append(entry['id']) where = universalTell(input) progressBar(where, inputsize) print >>sys.stderr," Readed sequences : %d " % seqcount, else: - skipped.append[entry['id']] + skipped.append(entry['id']) print >>sys.stderr output.seek(0,0)