Skip to content

try: izip IndentationError: expected an indented block #49

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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