Commit c5071cd
committed
- processing.py: Calculate relative path from requirements-out directory to
constraints-out file using os.path.relpath()
- Handles different directory scenarios (same dir, parent dir, subdirs)
- Falls back to absolute path if relpath fails (e.g., different drives on Windows)
- CHANGES.md: Document the fix
1 parent d8c9203 commit c5071cd
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
267 | 284 | | |
268 | 285 | | |
269 | | - | |
| 286 | + | |
270 | 287 | | |
271 | 288 | | |
272 | 289 | | |
0 commit comments