From 247719765610f4c5f714c3fa7830fe98953be4ba Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 22 Jun 2013 00:33:00 +0200 Subject: [PATCH] Don't use unicode in repo --- couchpotato/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/runner.py b/couchpotato/runner.py index 475fffa9..fd05049a 100644 --- a/couchpotato/runner.py +++ b/couchpotato/runner.py @@ -178,7 +178,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En if db_exists: from migrate.versioning.api import version_control, db_version, version, upgrade - repo = toUnicode(os.path.join(base_path, 'couchpotato', 'core', 'migration')) + repo = os.path.join(base_path, 'couchpotato', 'core', 'migration') latest_db_version = version(repo) try: