Closed janetzki closed 1 year ago
The dictionary_creator loads a consistent progress (i.e., it continues with the same data that has been saved).
dictionary_creator
The dictionary_creator loads incomplete progress (e.g., word_graph).
word_graph
self.progress_log = []
todo
Expected behavior
The
dictionary_creator
loads a consistent progress (i.e., it continues with the same data that has been saved).Actual behavior
The
dictionary_creator
loads incomplete progress (e.g.,word_graph
).Tasks
self.progress_log = []
that stores all completed steps.todo
s in comments