Improve string formatting v2 (#33645)

* Improve string formatting v2

* Improve string formatting v3

* Address review comments
This commit is contained in:
springstan
2020-04-04 23:09:34 +02:00
committed by GitHub
parent d2e70eb967
commit dde93304d3
28 changed files with 42 additions and 40 deletions

View File

@ -52,7 +52,7 @@ def main():
add_msg(
f"CONFIG_SCHEMA {schema_type}",
module_name + " " + color("cyan", str(schema)[:60]),
f"{module_name} {color('cyan', str(schema)[:60])}",
)
for key in sorted(msg):