Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cta
MonteCarlo
ProdX-Download
Commits
c32fa6e7
Commit
c32fa6e7
authored
Jul 30, 2020
by
Gernot Maier
Browse files
Catch error of non-existing file list
parent
f8dd0e7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
getRawFilesFromGRID-DIRAC.sh
View file @
c32fa6e7
...
...
@@ -24,6 +24,11 @@ then
mkdir
-p
${
2
}
fi
if
[
!
-e
${
1
}
]
;
then
echo
"error: file list not found:
${
1
}
"
exit
fi
# temporary directory for file lists
FFN
=
`
basename
$1
`
mkdir
-p
${
2
}
/tmplists
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment