Skip to content
Permalink
Browse files
Fix labeling local server test class setup error
  • Loading branch information
dakcarto committed Mar 24, 2014
1 parent a6f25c5 commit d4c257f
Showing 1 changed file with 2 additions and 1 deletion.
@@ -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

0 comments on commit d4c257f

Please sign in to comment.