mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
large-blob-path defaults to i:\beta\largeblob
This commit is contained in:
parent
a234645d69
commit
6495232f82
@ -7,9 +7,4 @@ ChunkSize = 100
|
|||||||
FilePattern = 'largeBlob.%s'
|
FilePattern = 'largeBlob.%s'
|
||||||
|
|
||||||
def getLargeBlobPath():
|
def getLargeBlobPath():
|
||||||
path = config.GetString('large-blob-path', '')
|
return config.GetString('large-blob-path', 'i:\beta\largeblob')
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user