Skip to content

Add parent name to sub task - #38

Open
jVallant wants to merge 3 commits into
Hoffelhas:masterfrom
jVallant:master
Open

Add parent name to sub task#38
jVallant wants to merge 3 commits into
Hoffelhas:masterfrom
jVallant:master

Conversation

@jVallant

Copy link
Copy Markdown

Example:
Before:
before
After:
after

label no_parent doesn't add name from parent
label no_sub_parent doesn't add name from this task to children

jVallant added 3 commits June 14, 2023 17:22
Example:
    Before:

        Parent Task
            Child Task
                Sub Child Task

    After:

        Parent Task
            Child Task | Parent Task
                Sub Child Task | Child Task | Parent Task

label no_parent doesn't add name from parent
label no_sub_parent doesn't add name from this task to children
@jVallant

Copy link
Copy Markdown
Author

@erauner12
I don't run it in a container. And I use the following command:
autodoist.py -a [[[[API KEY]]]] -e 3 -l next_action -d 15 -ap '|'

all your arguments seem to work fine for me, I have run them like this:
autodoist.py -a [[[[API KEY]]]] -l next_action -r 1 -hf 0 -ap '|'

This seems to be an issue only in a container.
I suspect the problem is, as I got "bad request errors" for no seemingly no reason in the development, the line 496:
https://github.com/jVallant/autodoist/blob/c83ff59ed5edb681241c5bce80f3a48f1c8ba723/autodoist.py#L496C7-L496C7

Originally it was basically a copy of the function above, but for some reason I had to remove the quote( ) around the content to get it to function without an error. It is the only part of my code (if I remember correctly) which access the API. Tough since I don't use containers I can't tell for sure.

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

Successfully merging this pull request may close these issues.

1 participant