Skip to content

Commit

Permalink
Fix acknowledgment of -h option by HBFUtilsInitializer
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Nov 12, 2024
1 parent 404b414 commit 5495379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/Raw/src/HBFUtilsInitializer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ HBFUtilsInitializer::HBFUtilsInitializer(const o2f::ConfigContext& configcontext
hbfuInput = optStr;
} else if (opt == HBFOpt::ROOT) {
rootFileInput = optStr;
} else {
} else if (!helpasked) {
LOGP(fatal, "uknown hbfutils-config option {}", optStr);
}
}
Expand Down

0 comments on commit 5495379

Please sign in to comment.