forked from platformio/platformio-core
Formatting
This commit is contained in:
@@ -346,7 +346,7 @@ def BuildSources(env, variant_dir, src_dir, src_filter=None):
|
|||||||
"Error: The main program is already constructed and the inline "
|
"Error: The main program is already constructed and the inline "
|
||||||
"source files are not allowed. Please use `env.BuildLibrary(...)` "
|
"source files are not allowed. Please use `env.BuildLibrary(...)` "
|
||||||
"or PRE-type script instead."
|
"or PRE-type script instead."
|
||||||
)
|
)
|
||||||
env.Exit(1)
|
env.Exit(1)
|
||||||
|
|
||||||
nodes = env.CollectBuildFiles(variant_dir, src_dir, src_filter)
|
nodes = env.CollectBuildFiles(variant_dir, src_dir, src_filter)
|
||||||
|
Reference in New Issue
Block a user