Skip to content

Fix type3e.py variable type issues#7

Open
kosh271 wants to merge 1 commit intoNothinRandom:mainfrom
kosh271:type_fixes
Open

Fix type3e.py variable type issues#7
kosh271 wants to merge 1 commit intoNothinRandom:mainfrom
kosh271:type_fixes

Conversation

@kosh271
Copy link

@kosh271 kosh271 commented Feb 11, 2026

The tests used to validate the range of the values supplied to set_access_opt() were stored as the incorrect type within the class.

struct.pack() outputs a bytes object, but the values must be of type int to function correctly when _build_send_data() is called (which also performs the struct.pack() operation on the self. variables.

The tests used to validate the range of the values supplied to set_access_opt() were stored as the incorrect type within the class. 

struct.pack() outputs a bytes object, but the values must be of type int to function correctly when _build_send_data() is called (which also performs the struct.pack() operation on the self. variables.
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