typo
This commit is contained in:
parent
51f6e125f6
commit
6213a1e586
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if os.name == 'nt':
|
||||||
except KeyError:
|
except KeyError:
|
||||||
# win9x, ./logs
|
# win9x, ./logs
|
||||||
LOGPATH = 'Logs'
|
LOGPATH = 'Logs'
|
||||||
LOGPATH = 'Vcards'
|
VCARDPATH = 'Vcards'
|
||||||
try:
|
try:
|
||||||
LOGPATH = LOGPATH.decode(sys.getfilesystemencoding())
|
LOGPATH = LOGPATH.decode(sys.getfilesystemencoding())
|
||||||
VCARDPATH = VCARDPATH.decode(sys.getfilesystemencoding())
|
VCARDPATH = VCARDPATH.decode(sys.getfilesystemencoding())
|
||||||
|
|
Loading…
Add table
Reference in a new issue