X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=geni%2Futil%2Fapi.py;h=e3ca0ec4ada6183943da5c2b1052f68bf44b7385;hb=f449ace1e5f0ed4029a7f0920544272b76ae07d1;hp=b6851c49aaa2c3155a95d3d5c15340a4ec92a631;hpb=83ef0ae4f4a4c7b0cebb3563309da4fcafe182fc;p=sfa.git diff --git a/geni/util/api.py b/geni/util/api.py index b6851c49..e3ca0ec4 100644 --- a/geni/util/api.py +++ b/geni/util/api.py @@ -176,7 +176,7 @@ class GeniAPI: table = self.auth.get_auth_table(auth_hrn) records = table.resolve('*', hrn) if not records: - raise RecordnotFound + raise RecordNotFound record = records[0] type = record.get_type() object_gid = record.get_gid_object()