Skip to content

try: izip IndentationError: expected an indented block #49

@AmmarRashed

Description

@AmmarRashed

Hi,
in pattern3/text/tree.py
line 36 is missing izip

it is written as

try:
    
except:
    izip = zip  # Python 3

while it should be

try:
    izip
except:
    izip = zip  # Python 3

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