mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
fixed default large blob path
This commit is contained in:
parent
1489a9304f
commit
12821e21f5
@ -7,4 +7,4 @@ ChunkSize = 100
|
|||||||
FilePattern = 'largeBlob.%s'
|
FilePattern = 'largeBlob.%s'
|
||||||
|
|
||||||
def getLargeBlobPath():
|
def getLargeBlobPath():
|
||||||
return config.GetString('large-blob-path', 'i:\beta\largeblob')
|
return config.GetString('large-blob-path', 'i:\\beta\\largeblob')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user