Skip to content

Commit

Permalink
rename db once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 14, 2011
1 parent a0c4f61 commit a578c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webstore/database.py
Expand Up @@ -199,7 +199,7 @@ def database_path(self, user_name, database_name):

if not os.path.isdir(db_directory):
os.makedirs(db_directory)
return os.path.join(db_directory, 'default.sqlite')
return os.path.join(db_directory, 'defaultdb.sqlite')

def create(self, user_name, database_name, authorizer=authorizer_rw):
path = self.database_path(user_name, database_name)
Expand Down

0 comments on commit a578c70

Please sign in to comment.