under win9x dot_gajim = ''
This commit is contained in:
parent
517211b63f
commit
f0be64c460
|
@ -46,8 +46,9 @@ class Logger:
|
|||
print 'Gajim will now exit'
|
||||
sys.exit()
|
||||
else: #create ~/.gajim/logs if it doesn't exist
|
||||
os.mkdir(dot_gajim)
|
||||
print 'creating', dot_gajim , 'directory'
|
||||
if dot_gajim:
|
||||
os.mkdir(dot_gajim)
|
||||
print 'creating', dot_gajim , 'directory'
|
||||
os.mkdir(LOGPATH)
|
||||
print 'creating', LOGPATH, 'directory'
|
||||
|
||||
|
|
Loading…
Reference in New Issue