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 49b0522 commit b3e8decCopy full SHA for b3e8dec
tools/test_api.py
@@ -2003,7 +2003,7 @@ def get_test_config(config_name, target_name):
2003
"""Finds the path to a test configuration file
2004
config_name: path to a custom configuration file OR mbed OS interface "ethernet, wifi_odin, etc"
2005
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
+ returns path to config, will return None if no valid config is found
2007
"""
2008
# If they passed in a full path
2009
if exists(config_name):
0 commit comments