Commit 0e8a5cc
authored
refactor: broken directory existence check due to missing me (#2615)
The code checks `content.is_dir` instead of calling `content.is_dir()`. Since bound method objects are always truthy, the assertion never validates extraction output and can mask packaging/extraction failures.
Affected files: tox_sdist.py
Signed-off-by: tuanaiseo <221258316+tuanaiseo@users.noreply.github.com>1 parent 7b216f6 commit 0e8a5cc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments