fix identation error
authorMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 8 Nov 2013 09:25:09 +0000 (10:25 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 8 Nov 2013 09:25:09 +0000 (10:25 +0100)
sfa/planetlab/plslices.py

index 20077b2..4d23ff2 100644 (file)
@@ -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: