forked from platformio/platformio-core
Fix PyLint warnings
This commit is contained in:
@@ -123,9 +123,9 @@ for lib_path in eixdata.get("CPPPATH"):
|
|||||||
|
|
||||||
|
|
||||||
env.Append(
|
env.Append(
|
||||||
LIBPATH=[join(variant_dir, path)
|
LIBPATH=[join(variant_dir, lib_path)
|
||||||
for path in eixdata.get("LIBPATH", [])
|
for lib_path in eixdata.get("LIBPATH", [])
|
||||||
if path.startswith("mbed")],
|
if lib_path.startswith("mbed")],
|
||||||
LIBS=["mbed"]
|
LIBS=["mbed"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user