Changeset 1196 for trunk/bindings/python/nxs/napi.py
- Timestamp:
- 05/02/09 14:18:52 (3 years ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxs/napi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/napi.py
r1195 r1196 525 525 nxclass = self.__getnxclass(name) 526 526 if nxclass is None: 527 raise KeyError("Failed to find entry with name \"%s\""\528 % name)527 raise NeXusError("Failed to find entry with name \"%s\" "\ 528 + "at %s" % (name, self.path)) 529 529 if nxclass != "SDS": 530 530 self.opengroup(name, nxclass)
Note: See TracChangeset
for help on using the changeset viewer.
