diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-01 16:52:26 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-01 17:01:31 -0500 |
commit | 0a6e485d92907dbaba8301a29335900501513621 (patch) | |
tree | c84a947bc61d273818db94c2e01662881c7c162d /mesonbuild/compilers/cpp.py | |
parent | 4c55947c47927e3694e2fd41a3987a717692faca (diff) | |
download | meson-0a6e485d92907dbaba8301a29335900501513621.zip meson-0a6e485d92907dbaba8301a29335900501513621.tar.gz meson-0a6e485d92907dbaba8301a29335900501513621.tar.bz2 |
pylint 2.16: join iterables without repeated append
We do += style joining in a loop, but we could just join with
`''.join()` which is faster, neater, and simpler.
Diffstat (limited to 'mesonbuild/compilers/cpp.py')
0 files changed, 0 insertions, 0 deletions