juju / persistent-cookiejar

cookiejar is a fork of net/http/cookiejar that allows serialisation of the stored cookies
BSD 3-Clause "New" or "Revised" License
112 stars 75 forks source link

allow open to succeed when parent dir doesn't exist #23

Closed rogpeppe closed 7 years ago

rogpeppe commented 7 years ago

from IRC: [17:09:19] jrwren: BTW w.r.t. your other comment, the file isn't created on open - it's created on Save, so allowing it to succeed in this case seems OK to me [17:10:24] rogpeppe: Ok, seems reasonable. Thanks.