From b9e8cf27095731f42a4cea70be56f33c80404622 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 19 Aug 2009 14:39:05 +0000 Subject: [PATCH] fix bug regarding site_id --- sfa/plc/slices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sfa/plc/slices.py b/sfa/plc/slices.py index 28c39fdc..7e49e628 100644 --- a/sfa/plc/slices.py +++ b/sfa/plc/slices.py @@ -227,7 +227,8 @@ class Slices(SimpleStorage): slice['node_ids'] = [] else: slice = slices[0] - slice_id = slice['slice_id'] + slice_id = slice['slice_id'] + site_id = slice['site_id'] # get the list of valid slice users from the registry and make # they are added to the slice researchers = record.get('researcher', []) -- 2.43.0