You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider switching to json serialization format for storing the state from the current pickle format. This would ensure that issues like #279 don't come up again. A json.dump without indentation should reduce the risk of hand editing of the state file.
For an older clone, made with mepo 1, a warning will be displayed, along with a solution of how to update to mepo 2 style state
Converting mepo1 state to mepo2 state
Run mepo update-state to permanently convert to mepo2 state
The text was updated successfully, but these errors were encountered:
That said, could we somehow "write-protect" the file? That is, only "easily" allow changes via mepo? I'd be afraid someone would see a json file and think, oh, I can just edit this.
I mean, it's not hard to chmod +w but at if the script would be able to toggle the write bits, that might make things a bit safer
Consider switching to
json
serialization format for storing the state from the currentpickle
format. This would ensure that issues like #279 don't come up again. Ajson.dump
without indentation should reduce the risk of hand editing of the state file.For an older clone, made with
mepo 1
, a warning will be displayed, along with a solution of how to update tomepo 2
style stateThe text was updated successfully, but these errors were encountered: