Commit 268312d
committed
docs(tests): correct FileNotFoundError example message in tests/AGENTS.md
The example raises `FileNotFoundError("empty file not present: ...")`
but the guard above it is `if not os.path.exists(input_path)`, which
fires when the file is missing — not when it is empty. Update the message
to match the actual condition so contributor-facing guidance reads true.
Fixes #828.
Closes #861.1 parent 5f5b955 commit 268312d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments