From d7c15ab14b8cb5eb86b5aa0ac3619ad7df883468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 8 Oct 2015 01:40:33 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20=C3=A0=20la=20con?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/gen_confs/adherents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/adherents.py b/gestion/gen_confs/adherents.py index ca8b3436..376bfc61 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -182,7 +182,7 @@ class home: if os.path.exists(os.path.join(home, ".forward")): write_in_forward = False if write_in_forward: - with open(os.path.join(home + '.forward'), 'w') as forward_file: + with open(os.path.join(home, '.forward'), 'w') as forward_file: forward_file.write(mail_redirect + '\n') os.chown(home + '/.forward', int(uid), gid)