We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c0c77 commit 7199fd7Copy full SHA for 7199fd7
all.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+set -euo pipefail
4
+
5
./update-pydoc.sh
6
7
cd python || exit 1
0 commit comments