Commit dd790c49 authored by Cédric de Saint Martin's avatar Cédric de Saint Martin
Browse files

Fix bad syntax

parent 3c05eb2c
......@@ -360,4 +360,4 @@ def createPrivateDirectory(path):
if permission not in ('0700'):
raise WrongPermissionError('Wrong permissions in %s ' \
': is %s, should be 0700'
% path, permission)
% (path, permission))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment