Skip to content
Snippets Groups Projects
Commit 72fa2a2a authored by Chao Peng's avatar Chao Peng
Browse files

fix a typo

parent da8a3839
No related branches found
No related tags found
1 merge request!74add benchmark for sampling calorimeter
......@@ -99,7 +99,7 @@ fi
root_filesize=$(stat --format=%s "${CB_EMCAL_REC_FILE}")
if [[ "${CB_EMCAL_NUMEV}" -lt "500" ]] ; then
# file must be less than 10 MB to upload
if [[ "${root_filesize}" -lt "10000000" ]] ; the
if [[ "${root_filesize}" -lt "10000000" ]] ; then
cp ${CB_EMCAL_REC_FILE} results/.
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment