dogsheep / github-to-sqlite

Save data from GitHub to a SQLite database
https://github-to-sqlite.dogsheep.net/
Apache License 2.0
402 stars 43 forks source link

Remove unneeded exists=True for -a/--auth flag. #59

Closed frosencrantz closed 3 years ago

frosencrantz commented 3 years ago

The file does not need to exist when using an environment variable.

frosencrantz commented 3 years ago

Hi @simonw, do I need to do anything else for this PR to be considered to be included? I've tried using this project and it is quite nice to be able to explore a repository, but noticed that a couple commands don't allow you to use authorization from the environment variable.

simonw commented 3 years ago

Thanks for catching this.

frosencrantz commented 3 years ago

Thanks Simon!