mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Cosmetic change
This commit is contained in:
@ -121,7 +121,7 @@ def cli(ctx, environment, target, upload_port, project_dir, silent, verbose,
|
|||||||
status_str = click.style("SKIP", fg="yellow")
|
status_str = click.style("SKIP", fg="yellow")
|
||||||
|
|
||||||
click.echo(
|
click.echo(
|
||||||
"Environment %s:\t[%s]" % (click.style(
|
"Environment %s\t[%s]" % (click.style(
|
||||||
envname, fg="cyan"), status_str),
|
envname, fg="cyan"), status_str),
|
||||||
err=status is False)
|
err=status is False)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user