Commit ca91564
committed
Fix raw string in cohort_diversity_stats error message
Replace r"..." with f"..." so the cohort value is interpolated
into the TypeError message instead of showing a literal placeholder.
Signed-off-by: suhr25 <suhridmarwah07@gmail.com>1 parent 27ac08c commit ca91564
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1066 | 1066 | | |
1067 | 1067 | | |
1068 | 1068 | | |
1069 | | - | |
| 1069 | + | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| |||
0 commit comments