Skip to content

Commit

Permalink
Testing dummy output to verify pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Feb 10, 2023
1 parent 699e97e commit 1e425cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/framework/core/src/TRestRun.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,7 @@ string TRestRun::ReplaceMetadataMembers(const string& instr, Int_t precision) {
/// \return The corresponding class data member value in string format.
///
string TRestRun::ReplaceMetadataMember(const string& instr, Int_t precision) {
std::cout << "Calling ReplaceMetadataMember" << std::endl;
if (instr.find("::") == string::npos && instr.find("->") == string::npos) {
return "{{" + instr + "}}";
}
Expand Down

0 comments on commit 1e425cf

Please sign in to comment.