Skip to content

Commit 1d7993a

Browse files
authored
[Common] fix typo in BigScreen parameters fetching (#2549)
1 parent d32d05d commit 1d7993a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Common/src/BigScreen.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void BigScreen::initialize(quality_control::postprocessing::Trigger t, framework
6262
int backgroundColor = getFromExtendedConfig<int>(t.activity, mCustomParameters, "backgroundColor", 0);
6363

6464
mMaxObjectTimeShift = getFromExtendedConfig<int>(t.activity, mCustomParameters, "maxObjectTimeShift", mMaxObjectTimeShift);
65-
mIgnoreActivity = getFromExtendedConfig<bool>(t.activity, mCustomParameters, "maxObjectTimeShift", mIgnoreActivity);
65+
mIgnoreActivity = getFromExtendedConfig<bool>(t.activity, mCustomParameters, "ignoreActivity", mIgnoreActivity);
6666

6767
auto labels = o2::utils::Str::tokenize(getFromExtendedConfig<std::string>(t.activity, mCustomParameters, "labels"), ',', false, false);
6868
if (labels.size() > (nRows * nCols)) {

0 commit comments

Comments
 (0)