Simplify multiplicity settings in async reco scripts - DO NOT MERGE #5218
syntax-checks.yml
on: pull_request
JSON
3s
Bash
5s
Shellcheck
15s
Config-check
4s
Pylint
1m 13s
Annotations
6 errors
|
Bash
Process completed with exit code 1.
|
|
Invalid syntax:
./DATA/production/configurations/asyncReco/async_pass.sh#L0
./DATA/production/configurations/asyncReco/async_pass.sh: line 421: syntax error near unexpected token `fi'
|
|
Shellcheck
Process completed with exit code 123.
|
|
Shellcheck:
./DATA/production/configurations/asyncReco/async_pass.sh#L421
Unexpected keyword/token. Fix any mentioned problems and try again.
|
|
Shellcheck:
./DATA/production/configurations/asyncReco/async_pass.sh#L421
Can't have empty then clauses (use 'true' as a no-op).
|
|
Shellcheck:
./DATA/production/configurations/asyncReco/async_pass.sh#L419
Couldn't parse this then clause. Fix to allow more checks.
|