Closed mambelli closed 10 months ago
Fixed writing of missing dict file during upgrade
Added and improved many docstrings
This fixes the symptom by creating the file when missing (i.e. things will work) but there is some code setting incorrectly the self.changed flag that should be fixed in the future. I added a TODO in the code.
self.changed
This fixes #388
Fixed writing of missing dict file during upgrade
Added and improved many docstrings
This fixes the symptom by creating the file when missing (i.e. things will work) but there is some code setting incorrectly the
self.changed
flag that should be fixed in the future. I added a TODO in the code.