From 5246a6bcb681854188f5953011aa6181a6032f35 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Fri, 8 Nov 2013 10:25:09 +0100 Subject: [PATCH] fix identation error --- sfa/planetlab/plslices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/planetlab/plslices.py b/sfa/planetlab/plslices.py index 20077b2b..4d23ff2d 100644 --- a/sfa/planetlab/plslices.py +++ b/sfa/planetlab/plslices.py @@ -421,7 +421,7 @@ class PlSlices: def verify_slice(self, slice_hrn, slice_record, peer, sfa_peer, expiration, options={}): - top_auth_hrn = top_auth(slice_hrn) + top_auth_hrn = top_auth(slice_hrn) site_hrn = '.'.join(slice_hrn.split('.')[:-1]) slice_part = slice_hrn.split('.')[-1] if top_auth_hrn == self.driver.hrn: -- 2.47.0