Skip to content

Commit b3e8dec

Browse files
Jenny Plunkettkegilbert
authored andcommitted
Updated get_test_config function returns comment
1 parent 49b0522 commit b3e8dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ def get_test_config(config_name, target_name):
20032003
"""Finds the path to a test configuration file
20042004
config_name: path to a custom configuration file OR mbed OS interface "ethernet, wifi_odin, etc"
20052005
target_name: name of target to determing if mbed OS interface given is valid
2006-
returns path to config, boolean of whether it is a module or mbed OS interface
2006+
returns path to config, will return None if no valid config is found
20072007
"""
20082008
# If they passed in a full path
20092009
if exists(config_name):

0 commit comments

Comments
 (0)