Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] todo Couldn't open the todofile #16

Closed
NChechulin opened this issue Nov 29, 2021 · 1 comment
Closed

[bug] todo Couldn't open the todofile #16

NChechulin opened this issue Nov 29, 2021 · 1 comment

Comments

@NChechulin
Copy link

NChechulin commented Nov 29, 2021

todo version: 2.3.1

Steps to reproduce:

while in /home/username/:

todo add "something"
cd Documents
todo done 1

output:

thread 'main' panicked at 'Couldn't open the todofile: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/lib.rs:226:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

As far as I understand, todo creates a file in my home directory by default and when called from another directory it cannot access it.
By some weird reason todo list works fine
It seems a little bit weird, since I remember seeing TODO files in other directories.

So, I assume that the creation process is somehow wrong.

If any extra information / logs needed, then please be kind to provide some instructions on getting them.

@sioodmy
Copy link
Owner

sioodmy commented Dec 3, 2021

Fixed in the newest release

@sioodmy sioodmy closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants