Skip to content

Commit 0c5c191

Browse files
committed
Fix comment output
1 parent def331f commit 0c5c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
27132713
}
27142714
}
27152715
if((!hasRunInfo || !hasDataTypeInfo) && autoConfigureProcessConfig){
2716-
throw std::runtime_error("Autoconfigure requested but no metadata information found! Please check if --aod-file <file> was used in the last workflow added in the execution and if the AO2D in question has metadata save.");
2716+
throw std::runtime_error("Autoconfigure requested but no metadata information found! Please check if --aod-file <file> was used in the last workflow added in the execution and if the AO2D in question has metadata saved in it.");
27172717
}
27182718

27192719
// positions of switches are known. Next: flip if asked for

0 commit comments

Comments
 (0)