X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Fregistry_manager_pl.py;h=248673835d81225bfebd6bfb61a58b366dc5dc1c;hb=34fb4a40d65264e12875a5579483042e74ba2c74;hp=1af2caf57668cfb7504c8ca3b602ee6a5e0bfc2b;hpb=84839602450f57e26f2f6e07ac099d7c22befc85;p=sfa.git diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index 1af2caf5..24867383 100644 --- a/sfa/managers/registry_manager_pl.py +++ b/sfa/managers/registry_manager_pl.py @@ -129,7 +129,7 @@ def list(api, xrn, origin_hrn=None): tree = prefixTree() tree.load(registry_hrns) registry_hrn = tree.best_match(hrn) - + #if there was no match then this record belongs to an unknow registry if not registry_hrn: raise MissingAuthority(xrn)