Commit b9c8282
authored
fix: Normalize the
We normalize `root_dir` before comparison.
Another solution would be to avoid comparing path with
`!=` or `==`
and use `os.path.samefile()` But I followed the "normalization" approach
the project is currently using.root_dir before comparison (#20)1 parent c5e637b commit b9c8282
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments