YAPF formatting

This commit is contained in:
Ivan Kravets
2017-03-02 17:09:22 +02:00
parent cfd1f03023
commit fe1846c2e1
11 changed files with 38 additions and 53 deletions

View File

@@ -342,9 +342,7 @@ def print_summary(results, start_time):
format_str = (
"Environment {0:<" + str(envname_max_len + 9) + "}\t[{1}]")
click.echo(
format_str.format(
click.style(
envname, fg="cyan"), status_str),
format_str.format(click.style(envname, fg="cyan"), status_str),
err=status is False)
print_header(