mirror of
https://github.com/python/cpython.git
synced 2026-05-10 20:40:44 +00:00
Use colour in fallback if available
This commit is contained in:
parent
294d00827f
commit
4dddbb239d
1 changed files with 1 additions and 1 deletions
|
|
@ -3048,7 +3048,7 @@ config_envvars_usage(void)
|
|||
return;
|
||||
}
|
||||
}
|
||||
fprint_color(stdout, usage_envvars, 0);
|
||||
fprint_color(stdout, usage_envvars, colorize);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue