From 3f916b7c26a39418d181e587065bdc7b88880c15 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 12 Jan 2010 17:20:30 +0000 Subject: [PATCH] fix name error --- sfa/managers/registry_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index 77fbf17e..686518ec 100644 --- a/sfa/managers/registry_manager_pl.py +++ b/sfa/managers/registry_manager_pl.py @@ -67,7 +67,7 @@ def resolve(api, xrns, type=None, origin_hrn=None): # load all know registry names into a prefix tree and attempt to find # the longest matching prefix - if not isinstance(hrns, types.ListType): + if not isinstance(xrns, types.ListType): xrns = [xrns] # create a dict whre key is an registry hrn and its value is a -- 2.43.0