[Checkins] SVN: relstorage/trunk/relstorage/blobhelper.py ZODB 3.8 compatibility

Shane Hathaway shane at hathawaymix.org
Thu Oct 21 23:47:40 EDT 2010


Log message for revision 117811:
  ZODB 3.8 compatibility

Changed:
  U   relstorage/trunk/relstorage/blobhelper.py

-=-
Modified: relstorage/trunk/relstorage/blobhelper.py
===================================================================
--- relstorage/trunk/relstorage/blobhelper.py	2010-10-22 03:30:45 UTC (rev 117810)
+++ relstorage/trunk/relstorage/blobhelper.py	2010-10-22 03:47:40 UTC (rev 117811)
@@ -153,7 +153,7 @@
             return _accessed(blob_filename)
 
         # First, we'll create the directory for this oid, if it doesn't exist.
-        self.fshelper.createPathForOID(oid)
+        self.fshelper.getPathForOID(oid, create=True)
 
         # OK, it's not here and we (or someone) needs to get it.  We
         # want to avoid getting it multiple times.  We want to avoid



More information about the checkins mailing list