Skip to content

Mount error if identity is 0 #16

@donce71

Description

@donce71

hardware_mount.py
256 serial_port_name = self._serial_find_port(identity) if identity.isnumeric() else identity

if identity is 0, then isnumeric() gives an error.

solution":
149 self.identity = identity change ->>> self.identity = (str)identity

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions