under win9x dot_gajim = ''

This commit is contained in:
Yann Leboulanger 2005-05-23 11:35:58 +00:00
parent 517211b63f
commit f0be64c460
1 changed files with 3 additions and 2 deletions

View File

@ -46,6 +46,7 @@ class Logger:
print 'Gajim will now exit' print 'Gajim will now exit'
sys.exit() sys.exit()
else: #create ~/.gajim/logs if it doesn't exist else: #create ~/.gajim/logs if it doesn't exist
if dot_gajim:
os.mkdir(dot_gajim) os.mkdir(dot_gajim)
print 'creating', dot_gajim , 'directory' print 'creating', dot_gajim , 'directory'
os.mkdir(LOGPATH) os.mkdir(LOGPATH)