scottkleinman/lexos

Machete.split_list() throws an error on attempted use

Closed this issue · 1 comments

When I try to use Machete.split_list() I get the error AttributeError: 'Machete' object has no attribute '_chunk_doc'
The error is thrown on line 460 of cutter.init.py

Since Cutter has been refactored in 127d810, I think this issue can be closed. Further problems can be handled in a separate issue.