build.py code sanitization
This commit is contained in:
parent
90db017d12
commit
b17ddd2ab0
2
build.py
2
build.py
@ -14,7 +14,7 @@ Import("env")
|
|||||||
project_config = util.load_project_config()
|
project_config = util.load_project_config()
|
||||||
|
|
||||||
# get platformio source path
|
# get platformio source path
|
||||||
srcdir = env.get("PROJECTSRC_DIR").replace("\\", "/")
|
srcdir = env.get("PROJECTSRC_DIR")
|
||||||
|
|
||||||
# check if lmic config file is present in source directory
|
# check if lmic config file is present in source directory
|
||||||
lmicconfig = project_config.get("common", "lmicconfigfile")
|
lmicconfig = project_config.get("common", "lmicconfigfile")
|
||||||
|
Loading…
Reference in New Issue
Block a user