fixed path, thanks Jonathan

This commit is contained in:
mdipierro
2012-08-14 19:32:09 -05:00
parent 29006bb8a6
commit b30676a2d3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-13 23:17:40) dev
Version 2.00.0 (2012-08-14 19:32:03) dev
+2 -2
View File
@@ -3865,8 +3865,8 @@ class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter):
self.uri = uri
self.pool_size = pool_size
self.db_codec = db_codec
self.folder = folder or '$HOME'+os.sep+thread.folder.split(
os.sep+'applications'+os.sep,1)[1]
self.folder = folder or os.path.join('$HOME',thread.folder.split(
os.sep+'applications'+os.sep,1)[1])
m = re.compile('^(?P<instance>.*)/(?P<db>.*)$').match(self.uri[len('google:sql://'):])
if not m: