epogrebnyak / justpath

Inspect and refine PATH environment variable on Windows, Linux and MacOS.
GNU General Public License v3.0
337 stars 12 forks source link

`sep()` can be replaced with `os.pathsep` #4

Closed evilgordita closed 8 months ago

evilgordita commented 8 months ago

sep() can be replaced with os.pathsep

Python has you covered there. Cheers!

epogrebnyak commented 8 months ago

Good call, thanks! I knew os.sep existed, but not os.pathsep. Fixed in commit above, surely cleaner without sep().