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

Fixed error when task is blank #198

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

kelby-shelton
Copy link
Contributor

In some situations, a task cannot be successfully retrieved. The custom function attempted to access the data of this task, producing an error.

This update:

  • Checks to see if the task was obtained successfully and has data
  • Stylistic cleanup to use task_data instead of task['data'] in multiple locations

In some situations, a task cannot be successfully retrieved. The custom function attempted to access the data of this task, producing an error.

This update:
- Checks to see if the task was obtained successfully and has data
- Stylistic cleanup to use task_data instead of task['data'] in multiple locations
@kelby-shelton kelby-shelton merged commit f0c9659 into 6.3 Oct 22, 2024
1 check passed
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