nickdiego / compiledb

Tool for generating Clang's JSON Compilation Database files for make-based build systems.
GNU General Public License v3.0
1.38k stars 123 forks source link

shutil.which already present in modern python #137

Open artsi0m opened 4 months ago

artsi0m commented 4 months ago

I was working on OpenBSD port when realised that I can push that change to upstream https://github.com/artsi0m/porting-efforts/tree/5be6fa89586ad56941700ea22f3a99d33d9f26dd/devel/py-compiledb/patches

Modern python has which function inside the shutil module, so you probably don't need shutilwhich any more.