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

Fix antfs crash #94

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Fix antfs crash #94

merged 1 commit into from
Nov 16, 2023

Conversation

robho
Copy link
Contributor

@robho robho commented Nov 15, 2023

aed862c changed the expected data type of argument data for Ant.send_acknowledged_data and Ant.send_burst_transfer_packet, but antfs code was not updated resulting in a crash when an array can't be appended to a list:

TypeError: can only concatenate list (not "array.array") to list


I haven't thought much about the fix. There may be a more correct way to handle this.

aed862c changed the expected data type of argument data for
Ant.send_acknowledged_data and Ant.send_burst_transfer_packet, but antfs
code was not updated resulting in a crash when an array can't be appended
to a list.
@tuna-f1sh tuna-f1sh merged commit 6cac1ed into Tigge:master Nov 16, 2023
8 checks passed
@tuna-f1sh
Copy link
Collaborator

Thanks.

@robho robho deleted the antfs_array_list branch November 16, 2023 09:18
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.

None yet

2 participants