Updated get_test_config function returns comment

pull/5335/head
Jenny Plunkett 2017-10-17 14:31:47 -05:00 committed by Kevin Gilbert
parent 49b0522818
commit b3e8dec8ea
1 changed files with 1 additions and 1 deletions

View File

@ -2003,7 +2003,7 @@ def get_test_config(config_name, target_name):
"""Finds the path to a test configuration file
config_name: path to a custom configuration file OR mbed OS interface "ethernet, wifi_odin, etc"
target_name: name of target to determing if mbed OS interface given is valid
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
"""
# If they passed in a full path
if exists(config_name):