From 41a8b14e9f52e63680ad40052896d2f029f69361 Mon Sep 17 00:00:00 2001 From: Josh Karlin Date: Mon, 24 May 2010 13:44:36 +0000 Subject: [PATCH] quick fix to slices.py --- 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 2cb74dda..3625bf08 100644 --- a/sfa/plc/slices.py +++ b/sfa/plc/slices.py @@ -202,7 +202,7 @@ class Slices: old_site = sites[0] #the site is already on the remote agg. Let us update(e.g. max_slices field) it with the latest info. - self.sync_site(old_site, site, peer) + self.sync_site(old_site, site, peer) return (site_id, remote_site_id) -- 2.47.0