mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47: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")
|
||||
|
||||
click.echo(
|
||||
"Environment %s:\t[%s]" % (click.style(
|
||||
"Environment %s\t[%s]" % (click.style(
|
||||
envname, fg="cyan"), status_str),
|
||||
err=status is False)
|
||||
|
||||
|
Reference in New Issue
Block a user