Skip to content

Add support for bytes? #90

@5frank

Description

@5frank

Sorry if this is stupid question, but could not bytes be added to the following tuple of supported types?

if isinstance(var, (list, tuple, bytearray)):

Currently this raises txdbus.error.MarshallingError: List, Tuple, Bytearray, or Dictionary required for DBus array if bytes are used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions