build.py code sanitization

This commit is contained in:
Verkehrsrot 2019-05-30 10:53:46 +02:00
parent 90db017d12
commit b17ddd2ab0

View File

@ -14,7 +14,7 @@ Import("env")
project_config = util.load_project_config()
# 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
lmicconfig = project_config.get("common", "lmicconfigfile")