cfg pickle files of older Version cause a crash of more recent MSS under windows only

Issue #284 resolved
Joern Ungermann created an issue

It seems as if some of the stored settings pickle file may still crash a newer MSS. The desired behaviour in this case should be a simple warning and a discarding of the stored settings and return to defaults. The settings shall then be overwritten with the default settings.

Comments (4)

  1. Reimar Bauer

    Unpickling can cause a ValueError for pickles stored with older versions of MSS

    The Issue seems to be relevant under Windows only, where we (correctly!) changed the "w"/"r" to "wb"/"rb".

    Fix issue #284

    → <<cset a824756dbeb7>>

  2. Log in to comment