Skip to content

Commit e2c3976

Browse files
authored
Update AODJAlienReaderHelpers.cxx
1 parent 166b7f3 commit e2c3976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/AnalysisSupport/src/AODJAlienReaderHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ AlgorithmSpec AODJAlienReaderHelpers::rootFileReaderCallback(ConfigContext const
131131
if (ctx.options().isSet("aod-parent-access-level")) {
132132
parentAccessLevel = ctx.options().get<int>("aod-parent-access-level");
133133
}
134-
if (ctx.options().isSet("aod-file")) {
134+
if (!ctx.options().isSet("aod-file")) {
135135
LOGP(fatal, "No input file defined!");
136136
throw std::runtime_error("Processing is stopped!");
137137
}

0 commit comments

Comments
 (0)