Skip to content

Commit 4dddbb2

Browse files
committed
Use colour in fallback if available
1 parent 294d008 commit 4dddbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/initconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ config_envvars_usage(void)
30483048
return;
30493049
}
30503050
}
3051-
fprint_color(stdout, usage_envvars, 0);
3051+
fprint_color(stdout, usage_envvars, colorize);
30523052
}
30533053

30543054
static void

0 commit comments

Comments
 (0)