uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

Fix call to open() on a database. #462

Closed StephenWampler closed 1 month ago

StephenWampler commented 1 month ago

To be honest, I don't understand how the original version ever worked as the arguments to open() aren't correct according to the documentation. Yet it used to work but now doesn't. This new version fixes that.