Skip to content

Specify the_task.get() value when the_task raises#899

Open
plocket wants to merge 3 commits intojhpyle:gh-pagesfrom
plocket:patch-2
Open

Specify the_task.get() value when the_task raises#899
plocket wants to merge 3 commits intojhpyle:gh-pagesfrom
plocket:patch-2

Conversation

@plocket
Copy link
Contributor

@plocket plocket commented Jan 13, 2026

No description provided.

@jhpyle
Copy link
Owner

jhpyle commented Jan 15, 2026

It looks like a closing parenthesis is missing.

.get() returns None under any error condition.

One can test for .failed() and if .failed() is true, .result() is more useful than .get().

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.

2 participants