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
I need to convert dbhash because it's not supported in python3, so in python2 I:
try to open as semidb
if fail, open as dbhash, copy keys to new-name, close, rename.
This lets the conversion happen automagically in my db code, rather than needing explicit conversion. BUT the rename fails because the file has not been closed, so in mmapload.py I made the change:
I need to convert dbhash because it's not supported in python3, so in python2 I:
This lets the conversion happen automagically in my db code, rather than needing explicit conversion. BUT the rename fails because the file has not been closed, so in mmapload.py I made the change:
I did not try to submit a change because it may be better wrapped in the other try clause.
The text was updated successfully, but these errors were encountered: