Skip to content

Commit 05cd61f

Browse files
Dom LaetschDom Laetsch
authored andcommitted
...
1 parent ca4752f commit 05cd61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BtLog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def progress(iteration, steps, max_value):
5757
'23' : '[ERROR:23]\t: Catcolour file %s does not seem to have the right format.',
5858
'24' : '[ERROR:24]\t: Catcolour file incompatible with c-index colouring.',
5959
'25' : '[ERROR:25]\t: Cov file %s does not seem to have the right format.',
60-
'26' : '[ERROR:26]\t: The cumulative coverage of %s is 0.0. Please check you mapping/coverage file.'
60+
'26' : '[ERROR:26]\t: The cumulative coverage of cov lib %s is 0.0. Please check the mapping/coverage file.'
6161
}
6262

6363
warn_d = {

0 commit comments

Comments
 (0)