Skip to content

Commit

Permalink
Fix labeling local server test class setup error
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Mar 24, 2014
1 parent a6f25c5 commit d4c257f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/python/test_qgspallabeling_server.py
Expand Up @@ -83,7 +83,8 @@ def setUpClass(cls):
# noinspection PyArgumentList
cls._CacheDir = settings.value(
"cache/directory",
os.path.join(QgsApplication.qgisSettingsDirPath(), "cache"),
os.path.join(unicode(QgsApplication.qgisSettingsDirPath()),
"cache"),
type=unicode)

@classmethod
Expand Down

0 comments on commit d4c257f

Please sign in to comment.