[stephan k.] also decode in LOGPATH
This commit is contained in:
parent
a80c688d5f
commit
3d5901dd63
|
@ -36,6 +36,8 @@ if os.name == 'nt':
|
|||
# win9x, ./logs
|
||||
LOGPATH = 'Logs'
|
||||
|
||||
LOGPATH = LOGPATH.decode(sys.getfilesystemencoding())
|
||||
|
||||
class Logger:
|
||||
def __init__(self):
|
||||
dot_gajim = os.path.dirname(LOGPATH)
|
||||
|
|
Loading…
Reference in New Issue