[FIX]:Bug:403652

bzr revid: nch@tinyerp.com-20090724045825-nln03qk0ecx1fmg9
This commit is contained in:
Naresh Choksy 2009-07-24 10:28:25 +05:30
parent 44e382433c
commit 034f8a3c10
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ GNU Public Licence.
except Exception,e:
rev_id = 'Exception: %s\n' % (str(e))
os_lang = '.'.join(locale.getdefaultlocale())
os_lang = '.'.join( [x for x in locale.getdefaultlocale() if x] )
environment = '\nEnvironment Information : \n' \
'PlatForm : %s\n' \
'Operating System : %s\n' \