fixed default large blob path
This commit is contained in:
parent
1489a9304f
commit
12821e21f5
|
|
@ -7,4 +7,4 @@ ChunkSize = 100
|
|||
FilePattern = 'largeBlob.%s'
|
||||
|
||||
def getLargeBlobPath():
|
||||
return config.GetString('large-blob-path', 'i:\beta\largeblob')
|
||||
return config.GetString('large-blob-path', 'i:\\beta\\largeblob')
|
||||
|
|
|
|||
Loading…
Reference in New Issue