From: Tony Mack Date: Fri, 8 May 2009 17:24:22 +0000 (+0000) Subject: RecordnotFound should be RecordNotFound X-Git-Tag: sfa-0.9-0@14641~393 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f449ace1e5f0ed4029a7f0920544272b76ae07d1;p=sfa.git RecordnotFound should be RecordNotFound --- 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()