Skip to content

fix: dueAt can be undef#21

Merged
bastianwenske merged 2 commits into
bastianwenske:mainfrom
diegosolor:main
May 13, 2024
Merged

fix: dueAt can be undef#21
bastianwenske merged 2 commits into
bastianwenske:mainfrom
diegosolor:main

Conversation

@diegosolor
Copy link
Copy Markdown

If 'dueAt' is undef the exception is not well handled, resulting in failure.

This can be fixed checking the value of 'data['dueAt']'

If 'dueAt' is undef the exception is not well handled, resulting in failure.

This can be fixed checking the value of 'data['dueAt']'
@bastianwenske bastianwenske changed the base branch from main to release-0.2.0 May 13, 2024 18:05
@bastianwenske bastianwenske changed the base branch from release-0.2.0 to main May 13, 2024 18:07
Copy link
Copy Markdown
Owner

@bastianwenske bastianwenske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bastianwenske bastianwenske merged commit 9b0cf28 into bastianwenske:main May 13, 2024
@C0rn3j
Copy link
Copy Markdown
Collaborator

C0rn3j commented Jun 24, 2024

python[1974994]: AttributeError: 'Card' object has no attribute 'due_at'

With this change due_at is not set to None anymore, else block should do it.

C0rn3j added a commit to C0rn3j/python-wekan that referenced this pull request Jun 24, 2024
bastianwenske added a commit that referenced this pull request Nov 16, 2024
Fix undefined due_at after #21
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.

3 participants