Commit 78df434
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 4c13435 commit 78df434
2 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
274 | 291 | | |
275 | 292 | | |
276 | | - | |
| 293 | + | |
277 | 294 | | |
278 | 295 | | |
279 | 296 | | |
0 commit comments