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) Append on bytes in DataArray.to_bytes #76

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

Krolken
Copy link
Contributor

@Krolken Krolken commented Jan 22, 2024

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
(fix) Append on bytes in DataArray.to_bytes

Error when creating data from DlmsData. Function returns bytes and not an int so should have been extend instead of append.

Fixes #73
@Krolken Krolken merged commit a1107ba into master Jan 22, 2024
8 checks passed
@Krolken Krolken deleted the fix-error-with-variable-integer branch January 22, 2024 14:03
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.

Bug: Extend COSEM DataArray in to_bytes
1 participant