From b769d8114818dbc2fbf327c20c55f322a8baf89f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 26 Nov 2010 07:57:18 +0100 Subject: [PATCH] oops - wrong identation --- PLC/AuthorizeHelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/AuthorizeHelpers.py b/PLC/AuthorizeHelpers.py index f2bb2ad..fe04d12 100644 --- a/PLC/AuthorizeHelpers.py +++ b/PLC/AuthorizeHelpers.py @@ -149,7 +149,7 @@ def caller_may_write_slice_tag (slice, api, caller, tag_type, node_id_or_hostnam granted=True # does caller have right role(s) ? this knows how to deal with caller being a node elif not AuthorizeHelpers.caller_may_access_tag_type (api, caller, tag_type): - granted=False + granted=False # node callers: check the node is in the slice elif isinstance(caller, Node): # nodes can only set their own sliver tags -- 2.45.2