Typo à la con

This commit is contained in:
Pierre-Elliott Bécue 2015-10-08 01:40:33 +02:00
parent a527a6f394
commit d7c15ab14b

View file

@ -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)