Skip to content

Commit ad9353c

Browse files
committed
removed list split
1 parent c7e9868 commit ad9353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/arduino_libraries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def run_arduino_lib_checks():
192192
output_handler("Running Arduino Library Checks")
193193
output_handler("Getting list of libraries to check...")
194194

195-
repo_list = list_repos()[0:10]
195+
repo_list = list_repos()
196196
output_handler("Found {} Arduino libraries to check\n".format(len(repo_list)))
197197
failed_lib_prop = [[" Repo", "Release Tag", "library.properties Version"], [" ----", "-----------", "--------------------------"]]
198198
needs_release_list = [[" Repo", "Latest Release", "Commits Behind"], [" ----", "--------------", "--------------"]]

0 commit comments

Comments
 (0)