--- a/install-i18n.py Fri Jul 28 19:20:41 2017 +0200 +++ b/install-i18n.py Tue Aug 01 15:49:41 2017 +0200 @@ -34,8 +34,7 @@ else: cdn = ".eric6" - hp = os.path.expanduser("~") - hp = os.path.join(hp, cdn) + hp = os.path.join(os.path.expanduser("~"), cdn) if not os.path.exists(hp): os.mkdir(hp) return hp