aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass2024-07-17 16:56:53 +0100
committerSimon Glass2024-07-26 08:01:06 -0600
commit0e03fb1848f4685c8748ce7a63e5a9ff22d062c6 (patch)
tree8fdfb18061b62b104c94d02f005c43cda6190fa2
parentf876e96f4c50f9ea1fc8f9567e4e3fbd2c29441d (diff)
qconfig: Correct format string in do_imply_config()
One of the strings was converted incorrectly. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 1bd43060b3e ("moveconfig: Use f strings where possible")
-rwxr-xr-xtools/qconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qconfig.py b/tools/qconfig.py
index 4f1ad2703c7..8a2384d895b 100755
--- a/tools/qconfig.py
+++ b/tools/qconfig.py
@@ -1038,8 +1038,8 @@ def do_imply_config(config_list, add_imply, imply_flags, skip_added,
add_list[fname].append(linenum)
if show and kconfig_info != 'skip':
- print(f'{num_common:5d} : '
- f'{iconfig.ljust(30):-30s}{kconfig_info:-25s} {missing_str}')
+ print(f'{num_common:5} : '
+ f'{iconfig.ljust(30)}{kconfig_info.ljust(25)} {missing_str}')
# Having collected a list of things to add, now we add them. We process
# each file from the largest line number to the smallest so that