Skip to content

Missing check on descriptors #53

@GarrettWarren

Description

@GarrettWarren

without checking length, code throws an error. should be:
if (des1 is not None and len(des1)>2 and des2 is not None and len(des2)>2):

if des1 is not None and des2 is not None:

if des1 is not None and des2 is not None:

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