diff --git a/tools/ci/check_examples_cmake_make.py b/tools/ci/check_examples_cmake_make.py index efcd40837e..7a4f5e36af 100644 --- a/tools/ci/check_examples_cmake_make.py +++ b/tools/ci/check_examples_cmake_make.py @@ -55,7 +55,7 @@ def _get_apps(target, build_system): sys.executable + " " + os.getenv('IDF_PATH') + "/tools/find_apps.py -p examples --recursive --target %s --build-system %s" % (target, build_system), - shell=True) + shell=True).decode('utf-8') o_list = output.split("\n") json_list = [] for j in o_list: