Browse Source

Update authorization.py

Bastien Sevajol 6 years ago
parent
commit
98488550f8
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/lib/utils/authorization.py

+ 1 - 1
tracim/lib/utils/authorization.py View File

@@ -100,4 +100,4 @@ def require_workspace_role(minimal_required_role):
100 100
             raise InsufficientUserWorkspaceRole()
101 101
 
102 102
         return wrapper
103
-    return decorator
103
+    return decorator