Skip to content

Commit d0c4891

Browse files
committed
DPL: enable the plugin for any parent option
If we read metadata from parents, we might be affecting the workflow generation, therefore we must consider all the parent affecting options as workflow ones.
1 parent dc77cb3 commit d0c4891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/Plugin.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ auto lookForCommandLineAODOptions = [](ConfigParamRegistry& registry, int argc,
5757
O2_SIGNPOST_EVENT_EMIT(capabilities, sid, "DiscoverAODOptionsInCommandLineCapability", "AOD options found in arguments. Populating from them.");
5858
return true;
5959
}
60-
if (arg.starts_with("--aod-parent-base-path-replacement")) {
60+
if (arg.starts_with("--aod-parent-")) {
6161
O2_SIGNPOST_EVENT_EMIT(capabilities, sid, "DiscoverAODOptionsInCommandLineCapability", "AOD options found in arguments. Populating from them.");
6262
return true;
6363
}

0 commit comments

Comments
 (0)