Skip to content

Commit ca4752f

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent 2143cf8 commit ca4752f

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-
BtLog.error('26', covLib.f)
318+
BtLog.error('26', covLib.name)
319319
self.covLibs[covLib.name] = covLib
320320

321321

0 commit comments

Comments
 (0)