Skip to content

Commit

Permalink
Remove e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 9, 2023
1 parent 3afedc2 commit b56ff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# $ ./ci/code_checks.sh single-docs # check single-page docs build warning-free
# $ ./ci/code_checks.sh notebooks # check execution of documentation notebooks

set -euo pipefail
set -uo pipefail

[[ -z "$1" || "$1" == "code" || "$1" == "doctests" || "$1" == "docstrings" || "$1" == "single-docs" || "$1" == "notebooks" ]] || \
{ echo "Unknown command $1. Usage: $0 [code|doctests|docstrings|single-docs|notebooks]"; exit 9999; }
Expand Down

0 comments on commit b56ff4a

Please sign in to comment.