Skip to content
Snippets Groups Projects
Commit 774e6ef2 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.config] Fix printout

parent 7907cd27
No related branches found
No related tags found
No related merge requests found
Pipeline #95342 failed
...@@ -68,7 +68,7 @@ def list_(ctx, **_) -> None: # numpydoc ignore=PR01 ...@@ -68,7 +68,7 @@ def list_(ctx, **_) -> None: # numpydoc ignore=PR01
) )
# set-up printing options # set-up printing options
print_string = f" %%-{longest_name_length}s %%s" print_string = f" %-{longest_name_length}s %s"
# 79 - 4 spaces = 75 (see string above) # 79 - 4 spaces = 75 (see string above)
description_leftover = 75 - longest_name_length description_leftover = 75 - longest_name_length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment