fixed data path

This commit is contained in:
Andreas Preikschat 2012-12-27 22:20:32 +01:00
parent 863aa58656
commit e325affe10
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class AppLocation(object):
"""
# Check if we have a different data location.
if Settings().contains(u'advanced/data path'):
path = Settings().value(u'advanced/data path')
path = Settings().value(u'advanced/data path', u'')
else:
path = AppLocation.get_directory(AppLocation.DataDir)
check_directory_exists(path)