Commit 6dd1e1e1 authored by Thomas Lotze's avatar Thomas Lotze

fixed a typo in an attribute name

parent 5d8272f5
......@@ -485,13 +485,14 @@ class FilesystemHelper:
continue
yield oid, path
class NoBlobsFileSystemHelper:
@property
def temp_dir(self):
raise TypeError("Blobs are not supported")
getPathForOID = getBlobFilenamem = temp_dir
getPathForOID = getBlobFilename = temp_dir
class BlobStorageError(Exception):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment