Skip to content

Commit 6fe4f9f

Browse files
Dom LaetschDom Laetsch
authored andcommitted
Fixed bug in BtLog
1 parent 3a12dba commit 6fe4f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def readCov(infile, set_of_blobs):
151151
seqs_parsed += 1
152152
name, cov = match.group(1), float(match.group(2))
153153
if name not in set_of_blobs:
154-
print BtLog.warn['2'] % (name, infile)
154+
print BtLog.warn_d['2'] % (name, infile)
155155
cov_dict[name] = cov
156156
BtLog.progress(seqs_parsed, progress_unit, len(set_of_blobs))
157157
BtLog.progress(len(set_of_blobs), progress_unit, len(set_of_blobs))

0 commit comments

Comments
 (0)