From: Tony Mack Date: Thu, 29 Oct 2009 19:26:04 +0000 (+0000) Subject: fix indent X-Git-Tag: sfa-0.9-6~79 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4d6c1d73ce9980009cd7d09dbc7d8a9ac8271c00;p=sfa.git fix indent --- diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 96358f3f..0c776c46 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -303,9 +303,9 @@ class Sfi: if self.options.verbose: print "Writing authority credential to", file return cred - else: - print "Failed to get authority credential" - sys.exit(-1) + else: + print "Failed to get authority credential" + sys.exit(-1) def get_slice_cred(self,name): file = os.path.join(self.options.sfi_dir, "slice_" + self.get_leaf(name) + ".cred")