Skip to content
Snippets Groups Projects
Commit 1f1496c6 authored by Lukas Chlad's avatar Lukas Chlad
Browse files

Fix typo, will allow automatic check of job status

parent 1fd56007
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ void run_analysis_tree_maker_json_config(TString traPath = "test", TString rawPa
timer.Stop();
const Double_t rtime = timer.RealTime();
const Double_t ctime = timer.CpuTime();
std::cout << "Macro finished succesfully." << std::endl;
std::cout << "Macro finished successfully." << std::endl;
std::cout << "Output file is " << outFile << std::endl;
std::cout << "Parameter file is " << parFile << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment