From: Tony Mack Date: Mon, 9 Aug 2010 17:02:53 +0000 (+0000) Subject: fix arguments whtn calling registry.Resolve X-Git-Tag: sfa-1.0-0~58 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=885796da58ac8e5042bee475d226546c1b2974a0;p=sfa.git fix arguments whtn calling registry.Resolve --- diff --git a/sfa/plc/slices.py b/sfa/plc/slices.py index 3f713bcd..bb673f07 100644 --- a/sfa/plc/slices.py +++ b/sfa/plc/slices.py @@ -175,7 +175,7 @@ class Slices: if reg_objects: site = reg_objects['site'] else: - site_records = registry.Resolve([credential], authority_urn) + site_records = registry.Resolve(authority_urn, [credential]) site = {} for site_record in site_records: if site_record['type'] == 'authority':