Skip to content

Commit

Permalink
Missed a return
Browse files Browse the repository at this point in the history
  • Loading branch information
leitchy committed May 24, 2020
1 parent 95d5b22 commit 85dcb56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/moja.modules.gdal/src/rasterreadergdal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ DynamicObject MetaDataRasterReaderGDAL::readMetaData() const {
} else {
if (_metaDataRequired) {
BOOST_THROW_EXCEPTION(datarepository::FileNotFoundException() << datarepository::FileName(_path));
} else {
return DynamicObject();
}
}
}
Expand Down

0 comments on commit 85dcb56

Please sign in to comment.