We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bytes
Sorry if this is stupid question, but could not bytes be added to the following tuple of supported types?
txdbus/txdbus/marshal.py
Line 525 in 17b620d
Currently this raises txdbus.error.MarshallingError: List, Tuple, Bytearray, or Dictionary required for DBus array if bytes are used.
txdbus.error.MarshallingError: List, Tuple, Bytearray, or Dictionary required for DBus array
The text was updated successfully, but these errors were encountered:
As per the pythons docs, they're usually fairly interchangeable, so this makes sense.
Sorry, something went wrong.
No branches or pull requests
Sorry if this is stupid question, but could not
bytes
be added to the following tuple of supported types?txdbus/txdbus/marshal.py
Line 525 in 17b620d
Currently this raises
txdbus.error.MarshallingError: List, Tuple, Bytearray, or Dictionary required for DBus array
ifbytes
are used.The text was updated successfully, but these errors were encountered: