Skip to content

Commit 29f6765

Browse files
committed
make module names white
1 parent 76d399d commit 29f6765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/modules/modules_differ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def print_diff(
301301
console.print(
302302
Panel(
303303
Group(*panel_group),
304-
title=str(module),
304+
title=f"[white]{str(module)}[/white]",
305305
title_align="left",
306306
padding=0,
307307
border_style="blue",

0 commit comments

Comments
 (0)