From 1412a985ce2454db4b79127a4d0979f284dc2459 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Sat, 2 Jan 2010 00:26:40 +0000 Subject: [PATCH] the build was failing here due to IndentationError --- sfa/methods/remove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/remove.py b/sfa/methods/remove.py index 4c3c58d6..89250027 100644 --- a/sfa/methods/remove.py +++ b/sfa/methods/remove.py @@ -66,7 +66,7 @@ class remove(Method): for registry in registries: if registry not in [self.api.hrn]: result=registries[registry].remove_peer_object(credential, record, origin_hrn) - pass + pass if type == "user": persons = self.api.plshell.GetPersons(self.api.plauth, record['pointer']) # only delete this person if he has site ids. if he doesnt, it probably means -- 2.43.0