We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f6189 commit 387343eCopy full SHA for 387343e
src/mir/input/GribInput.cc
@@ -194,7 +194,7 @@ class ConditionNOT : public Condition {
194
void wrongly_encoded_grib(const std::string& msg) {
195
static bool abortIfWronglyEncodedGRIB = eckit::Resource<bool>("$MIR_ABORT_IF_WRONGLY_ENCODED_GRIB", false);
196
197
- if (abortIfWronglyEncodedGRIB || forceThrow) {
+ if (abortIfWronglyEncodedGRIB) {
198
Log::error() << msg << std::endl;
199
throw exception::UserError(msg);
200
}
0 commit comments