Skip to content

Commit b05ee5d

Browse files
committed
Fix return statement
1 parent cd89286 commit b05ee5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Detectors/TPC/workflow/include/TPCWorkflow/TPCAggregateCMVSpec.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ class TPCAggregateCMVDevice : public o2::framework::Task
595595

596596
if ((!mSendCCDB) && (mOutputDir == "/dev/null")) {
597597
LOGP(warning, "Neither CCDB output nor output-dir is enabled for aggregate lane {}, skipping CMV export", mLaneId);
598+
}
599+
if (!mSendCCDB) {
598600
return;
599601
}
600602

0 commit comments

Comments
 (0)