From 8e13fcd0d137e304b5c49aaec4397ca58c2ef431 Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Wed, 30 May 2012 15:09:58 +0200 Subject: [PATCH] Cosmetics! (-: --- couchpotato/core/helpers/variable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/helpers/variable.py b/couchpotato/core/helpers/variable.py index c1ba469..0e55c01 100644 --- a/couchpotato/core/helpers/variable.py +++ b/couchpotato/core/helpers/variable.py @@ -25,7 +25,7 @@ def getDataDir(): # FreeBSD if 'freebsd9' in sys.platform: - return os.path.join('/usr/local/', 'couchpotato', 'data') + return os.path.join('/usr/local/', 'couchpotato', 'data') # Linux return os.path.join(user_dir, '.couchpotato')