We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f100fb2 commit 90424beCopy full SHA for 90424be
training-sandbox/training_loop_v2.sh
@@ -3,7 +3,7 @@
3
# Multi-layer validation: Syntax → Review → Tests → Analysis
4
# Usage: ./training_loop_v2.sh [NUM_ISSUES] [--dry-run]
5
6
-set -e
+# Note: removed set -e to allow error handling in functions
7
8
GPTCODE_BIN="/Users/jadercorrea/workspace/gptcode/cli/gptcode"
9
SANDBOX_DIR="/Users/jadercorrea/workspace/gptcode/cli/training-sandbox"
@@ -56,6 +56,7 @@ RESET
56
echo " ⚠️ jq update failed, skipping"
57
rm -f "$temp_file"
58
fi
59
+ return 0
60
}
61
62
# Set start time
0 commit comments