From 0f7b97bc15361cf22b62187e82ee08e0447f584c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 2 Dec 2009 00:08:59 +0000 Subject: [PATCH] fix tabs (I hope) --- sfa/plc/slices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/plc/slices.py b/sfa/plc/slices.py index 08aa1075..70ace8a6 100644 --- a/sfa/plc/slices.py +++ b/sfa/plc/slices.py @@ -601,7 +601,7 @@ class Slices(SimpleStorage): rspecs[net_hrn] = tempspec.toxml() # send each rspec to the appropriate aggregate/sm - caller_cred = self.caller_cred + caller_cred = self.caller_cred for net_hrn in rspecs: try: # if we are directly connected to the aggregate then we can just send them the rspec -- 2.47.0