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

results are not deterministic #14

Open
scratchmex opened this issue Jan 16, 2024 · 2 comments
Open

results are not deterministic #14

scratchmex opened this issue Jan 16, 2024 · 2 comments

Comments

@scratchmex
Copy link

I stumbled upon that sometimes the order of processing for the files is different and produces different results. I have realized it that sometimes the - TODO are not translated to - [ ] and sometimes they are. Same content, same line, just different executions.

@NishantTharani
Copy link
Owner

Thanks for reporting. Any chance you could share an example file that results in this behavior? I'm keen to investigate this further.

@scratchmex
Copy link
Author

scratchmex commented Jan 17, 2024

I was able to reproduce with a simple todo:

- TODO test todo

sometimes it is left as it is and sometimes translated to

- [ ] test todo
~ ❯ python convert_notes.py --logseq <path> --output <path> --overwrite_output --ignore_dot_for_namespaces --convert_tags_to_links
~ ❯ python -V
Python 3.11.5

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