Skip to content

openlrw/client.py's pretty_* are not python 3 compatible #2

@leveque

Description

@leveque

for i in range(0, number / 2):
leads to TypeError: 'float' object cannot be interpreted as an integer with python3.
for i in range(0, number // 2): should be the solution

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