Skip to content

Commit 81d4102

Browse files
committed
flake8: add space between raise and (
1 parent 837f16e commit 81d4102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def transitive_props(self, class_name, props):
567567
'Multilink Traversal not allowed: %s' % p)
568568
# Now we have the classname in cn and the prop name in pn.
569569
if not self.db.security.hasPermission('View', uid, cn, pn):
570-
raise(Unauthorised
570+
raise (Unauthorised
571571
('User does not have permission on "%s.%s"'
572572
% (cn, pn)))
573573
try:

0 commit comments

Comments
 (0)