Skip to content

Commit 135769a

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent ca71adb commit 135769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtCore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def parseCovs(self, covLibObjs):
315315
pass
316316
covLib.mean_cov = covLib.cov_sum/self.seqs
317317
if covLib.cov_sum == 0.0:
318-
print BtLog.error['26'] % (covLib.f)
318+
print BtLog.error_d['26'] % (covLib.f)
319319
print covLib.cov_sum
320320
self.covLibs[covLib.name] = covLib
321321

0 commit comments

Comments
 (0)