Skip to content

Commit 2f3eea8

Browse files
Update dev_tools/check-notebook-tests.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 475342e commit 2f3eea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev_tools/check-notebook-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_committed_notebooks(reporoot: Path) -> Dict[str, Path]:
4040
not user-facing documentation.
4141
"""
4242
result = subprocess.run(
43-
['git', 'ls-files', '*.ipynb'], capture_output=True, text=True, check=True, cwd=reporoot
43+
['git', 'ls-files', '--', '**/*.ipynb'], capture_output=True, text=True, check=True, cwd=reporoot
4444
)
4545
return {
4646
Path(f).stem: Path(f)

0 commit comments

Comments
 (0)