Skip to content

[Bug]: Bare except in page_index_md.py masks underlying import and syntax errors #486

Description

@Pradeepks01

Describe the Bug

In pageindex/page_index_md.py, the fallback import for utils uses a bare except::

try:
    from .utils import *
except:
    from utils import *

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