We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8cb0c commit e0e805dCopy full SHA for e0e805d
1 file changed
DATA/production/configurations/asyncReco/async_pass.sh
@@ -42,12 +42,6 @@ elif [[ $1 != "list.list" && "${1##*.}" == "list" ]]; then
42
shift
43
fi
44
45
-if [[ -f list.list ]]; then
46
- echo "Processing will be on the following list of files:"
47
- cat list.list
48
- echo -e "\n"
49
-fi
50
-
51
# Could need sometimes to iterate just a subset of the input files
52
#
53
[ -z ${ALIEN_JDL_INPUTFILELIMIT} ] && ALIEN_JDL_INPUTFILELIMIT=($(cat list.list|wc -l))
0 commit comments