6 matches across 1 files for error path:.github/scripts/check_diff.py lang:Python lang:Python lang:Python
snippet_mode: auto · sorted by relevance
.github/scripts/check_diff.py PYTHON 6 matches · showing 5 view file →
236 dirs = [d for d in VCR_PACKAGES if d in all_affected]
237 else:
238 raise ValueError(f"Unknown job: {job}")
239
240 return [
· · ·
254
255 Raises:
256 ValueError: If a single argument looks like JSON but is not a string array.
257 """
258 if len(args) != 1:
· · ·
265 try:
266 parsed = json.loads(value)
267 except json.JSONDecodeError as e:
268 msg = "Expected changed files JSON to be a list of strings."
269 raise ValueError(msg) from e
· · ·
269 raise ValueError(msg) from e
270
271 if not isinstance(parsed, list) or not all(
· · ·
273 ):
274 msg = "Expected changed files JSON to be a list of strings."
275 raise ValueError(msg)
276 return parsed
277
+ 1 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.