Skip to content

Commit c7e9868

Browse files
committed
changed comments
1 parent 534d75c commit c7e9868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/arduino_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def validate_travis(repo):
180180
return True
181181

182182
def validate_example(repo):
183-
"""Validate if a repo has any *.ino files.
183+
"""Validate if a repo has any files in examples directory
184184
"""
185185
repo_has_ino = github.get("/repos/adafruit/" + repo["name"] + "/contents/examples")
186186
if repo_has_ino.ok and len(repo_has_ino.json()):

0 commit comments

Comments
 (0)