X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=c84dd0d268df5cb691b7a23f1aef93aaf9c69956;hp=75819976f387c04a46be9f012421cae16b0876b7;hb=5064efb501867baf6736aad84a3bb0571669a41a;hpb=4c4a0f5c8a9c145bc81fa93df5d1b0af34399eaf diff --git a/iramuteq.py b/iramuteq.py index 7581997..c84dd0d 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -130,7 +130,7 @@ user_home = os.getenv('HOME') if user_home is None : user_home = os.path.expanduser('~') -UserConfigPath = os.path.abspath(os.path.join(user_home, '.iramuteq')) +UserConfigPath = os.path.abspath(os.path.join(user_home, '.iramuteq-%s' % ConfigGlob.get('DEFAULT', 'version_nb'))) #Si pas de fichiers de config utilisateur, on cree le repertoire CreateIraDirectory(UserConfigPath, AppliPath) #fichiers log pour windows (py2exe)