Formatting

This commit is contained in:
Ivan Kravets
2022-08-09 15:46:19 +03:00
parent 4e78c3ec40
commit e2f0d96f09

View File

@ -346,7 +346,7 @@ def BuildSources(env, variant_dir, src_dir, src_filter=None):
"Error: The main program is already constructed and the inline "
"source files are not allowed. Please use `env.BuildLibrary(...)` "
"or PRE-type script instead."
)
)
env.Exit(1)
nodes = env.CollectBuildFiles(variant_dir, src_dir, src_filter)