Skip to content

Commit eeda9cc

Browse files
committed
[BUG] changed the front slash to back slash in utils function as well
1 parent e46c150 commit eeda9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCM/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def get_cell_legend(
543543
cell_legend = capitalize_label(analysis['use-mean'])
544544
longest_string = len(cell_legend)
545545

546-
win_tie_loss_string = f"{win_label} / {tie_label} / {loss_label}"
546+
win_tie_loss_string = f"{win_label} \ {tie_label} \ {loss_label}"
547547
longest_string = max(longest_string, len(win_tie_loss_string))
548548

549549
cell_legend = f"{cell_legend}\n{win_tie_loss_string}"

0 commit comments

Comments
 (0)