tanakh / cargo-atcoder

Cargo subcommand for AtCoder
BSD 3-Clause "New" or "Revised" License
397 stars 36 forks source link

Fix login panic which happens when `~/.config` doesn't exist #37

Closed tatsuya0619 closed 3 years ago

tatsuya0619 commented 4 years ago

In my new environment WSL2, ~/.config directory doesn't exist. And cargo atcoder login panics with the below message because it assumes that ~/.config directory already exists.

Error: No such file or directory (os error 2)

This PR fixes that.

tanakh commented 3 years ago

Thank you for fixing!