mbarkhau / bumpver

BumpVer: Automatic Versioning
https://github.com/mbarkhau/bumpver
MIT License
199 stars 36 forks source link

Add quotes to path variable for add_path subcommand #182

Closed brucetony closed 2 years ago

brucetony commented 2 years ago

I ran into issues getting the git functionality to work on Windows. At first, I was going to alter the package to use pathlib, but I found a much simpler fix to get it to work on both Windows and Unix systems by simply wrapping the filepath in quotes in the subcommand.

mbarkhau commented 2 years ago

Very nice. Thanks for the PR :heart: