From abaea5ee8d7260052d73bf957e62e19ad9c911a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 11 Oct 2015 14:45:58 +0200 Subject: [PATCH] Typo --- 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 376bfc61..72be2e9f 100644 --- a/gestion/gen_confs/adherents.py +++ b/gestion/gen_confs/adherents.py @@ -191,7 +191,7 @@ class home: if not os.path.exists(home + '/OwnCloud'): os.mkdir(home + '/OwnCloud') os.chown(home + '/OwnCloud', int(uid), grp.getgrnam('www-data').gr_gid) - os.chmod(home + '/OwnCloud',0770) + os.chmod(home + '/OwnCloud', 0770) except: print ERREUR if self.debug: