Skip to content

Exception has occurred: AttributeError 'NoneType' object has no attribute 'start' #2

@robml

Description

@robml

Wanted to raise this Exception I came across using just the suffix_tree.py file, and adding the following code block for testing:

if __name__=="__main__":
    tree = SuffixTree("abca$")
    tree.print_dfs()

Note the error also occurs even with just "abca".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions