File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
DATA/production/configurations/2021/OCT/apass4 Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -170,9 +170,13 @@ if [[ -f "AO2D.root" ]]; then
170170 echo " exit code from AO2D check is " $exitcode
171171 exit $exitcode
172172 fi
173- ${O2DPG_ROOT} /MC/analysis_testing/o2dpg_analysis_test_workflow.py --merged-task -f ../../ AO2D.root
173+ ${O2DPG_ROOT} /MC/analysis_testing/o2dpg_analysis_test_workflow.py --merged-task -f AO2D.root
174174 ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow_analysis_test.json
175- mv Analysis/MergedAnalyses/AnalysisResults.root .
175+ if [[ -f " Analysis/MergedAnalyses/AnalysisResults.root" ]]; then
176+ mv Analysis/MergedAnalyses/AnalysisResults.root .
177+ else
178+ echo " No Analysis/MergedAnalyses/AnalysisResults.root found! check analysis QC"
179+ fi
176180fi
177181
178182# copying the QC json file here
You can’t perform that action at this time.
0 commit comments