From a32534497c1a51c211992ec7c14e8e4bfca1e530 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Mon, 1 Jul 2019 19:22:55 +0800 Subject: [PATCH] Fix failure in flake8 due to incorrect NimBLE path --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index cd06e2afe..d03e1999a 100644 --- a/.flake8 +++ b/.flake8 @@ -147,7 +147,7 @@ exclude = components/libsodium/libsodium, components/mbedtls/mbedtls, components/nghttp/nghttp2, - components/nimble/nimble, + components/bt/host/nimble/nimble, components/unity/unity, examples/build_system/cmake/import_lib/main/lib/tinyxml2, # other third-party libraries