large-blob-path defaults to i:\beta\largeblob

This commit is contained in:
Darren Ranalli 2004-12-14 01:08:55 +00:00
parent a234645d69
commit 6495232f82

View File

@ -7,9 +7,4 @@ ChunkSize = 100
FilePattern = 'largeBlob.%s'
def getLargeBlobPath():
path = config.GetString('large-blob-path', '')
if len(path) == 0:
assert 0, (
'you must config large-blob-path to beta/largeblob, i.e.\n'
'large-blob-path i:\\beta\\largeblob')
return path
return config.GetString('large-blob-path', 'i:\beta\largeblob')