From 958bf611f5d9d117f19f824990ec6fd6b537e967 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 22 Dec 2011 23:45:38 +0100 Subject: accountmanager v2, delete your accounts.conf and re-enter them in pyload, new nice debug functions, try core.shell() and core.breakpoint() --- module/Utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/Utils.py') diff --git a/module/Utils.py b/module/Utils.py index b26a9960c..b80cfe1c2 100644 --- a/module/Utils.py +++ b/module/Utils.py @@ -104,6 +104,8 @@ def formatSpeed(speed): def freeSpace(folder): + folder = fs_encode(folder) + if os.name == "nt": import ctypes -- cgit v1.2.3