Browse Source

fixed default large blob path

Darren Ranalli 21 years ago
parent
commit
12821e21f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directutil/LargeBlobSenderConsts.py

+ 1 - 1
direct/src/directutil/LargeBlobSenderConsts.py

@@ -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')