From 3945a17965f0b43180f13daf8ce3c1e619f95c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Fri, 7 Jun 2024 19:42:25 +0200 Subject: [PATCH] Apply review suggestion Co-authored-by: Joshua M. Boniface --- .github/tools/run_black.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/tools/run_black.sh b/.github/tools/run_black.sh index 95a3532f..213bc062 100755 --- a/.github/tools/run_black.sh +++ b/.github/tools/run_black.sh @@ -1,6 +1,8 @@ #!/bin/bash # Exit on error, print commands -set -ex +set -o errexit +set -o xtrace + # # Copyright (c) Odd Stråbø, 2024 # File-License: the Unlicense