🎨 Python ; cleanup (#26426)

This commit is contained in:
Andrew
2023-11-14 00:48:01 -05:00
committed by GitHub
parent 178938d957
commit c751dcfcf9
11 changed files with 27 additions and 27 deletions

View File

@ -90,7 +90,7 @@ if pioutil.is_pio_build():
# Find the name.cpp.o or name.o and remove it
#
def rm_ofile(subdir, name):
build_dir = Path(env['PROJECT_BUILD_DIR'], build_env);
build_dir = Path(env['PROJECT_BUILD_DIR'], build_env)
for outdir in (build_dir, build_dir / "debug"):
for ext in (".cpp.o", ".o"):
fpath = outdir / "src/src" / subdir / (name + ext)