Skip to content
Snippets Groups Projects
Commit 3d5901dd authored by nkour's avatar nkour
Browse files

[stephan k.] also decode in LOGPATH

parent a80c688d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment