We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have one action in my tickler file:
+p8 @call a friend start:2019-01-01 repeat:wednesday due:today
which adds the line to my todo.txt:
todo.txt
2021-03-10 +p8 @call a friend due:2021-03-11 t:2021-03-10
but it also adds an empty line. After running the script multiple times with different tickler, i get:
2021-03-10 +p5 @call a friend due:2021-03-11 t:2021-03-10 2021-03-10 +p6 @call a friend due:2021-03-11 t:2021-03-10 2021-03-10 +p7 @call a friend due:2021-03-11 t:2021-03-10
because of
if firsttime: todo.write('\n')
what is the reason for this empty line?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have one action in my tickler file:
which adds the line to my
todo.txt
:but it also adds an empty line. After running the script multiple times with different tickler, i get:
because of
what is the reason for this empty line?
The text was updated successfully, but these errors were encountered: