Skip to content

Logical and instead of bitwise &. #66

@UriyaHarpeness

Description

@UriyaHarpeness

These two lines contain an incorrect form of and, needs to be &.

if expected and self.OPERATOR == 0:

if expected and self.PRIMARY == 0:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions