Skip to content

Commit 439a531

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 5190c05 commit 439a531

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)