lilydjwg / nvchecker

New version checker for software releases
MIT License
439 stars 70 forks source link

[v2] Incorrect message if `keyfile` specified in nvchecker.toml is missing #145

Closed yan12125 closed 4 years ago

yan12125 commented 4 years ago
$ cat nvchecker.toml         
[__config__]
keyfile = "/does/not/exist"

$ nvchecker -c nvchecker.toml
version configuration file not given and default does not exist

I didn't check 1.x and thus I'm not sure if this is a regression or not.

lilydjwg commented 4 years ago

Thanks!