We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058ee09 commit a9ce779Copy full SHA for a9ce779
1 file changed
bindings/cpp/NeXusFile.cpp
@@ -1131,6 +1131,7 @@ AttrInfo File::getNextAttr() {
1131
return info;
1132
}
1133
1134
+ // TODO - AttrInfo cannot handle more complex ranks/dimensions, we need to throw an error
1135
std::cerr << "ERROR iterating through attributes found array attribute not understood by this api" << std::endl;
1136
throw Exception("getNextAttr failed", NX_ERROR);
1137
@@ -1141,7 +1142,7 @@ AttrInfo File::getNextAttr() {
1141
1142
1143
1144
else {
- throw Exception("NXgetnextattr failed", status);
1145
+ throw Exception("NXgetnextattra failed", status);
1146
1147
1148
0 commit comments