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,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'