We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b025932 commit 078bbe0Copy full SHA for 078bbe0
adabot/arduino_libraries.py
@@ -86,7 +86,7 @@ def is_arduino_library(repo):
86
def print_list_output(title, coll):
87
""
88
output_handler()
89
- output_handler(title.format(len(coll)))
+ output_handler(title.format(len(coll)-2))
90
long_col = [(max([len(str(row[i])) for row in coll]) + 3)
91
for i in range(len(coll[0]))]
92
row_format = "".join(["{:<" + str(this_col) + "}" for this_col in long_col])
0 commit comments