Commit 0bfb7be
authored
Improve swap-deps error handling for deleted directories (#47)
When swap-deps encounters a missing directory path (e.g., a deleted
Conductor workspace), it now provides a helpful error message that:
- Clearly states which path doesn't exist
- Explains common causes (outdated .swap-deps.yml, deleted repo)
- Suggests fixes (update config or use --restore)
This makes the tool more user-friendly when dealing with stale
configuration files that reference non-existent paths.1 parent 4ee628c commit 0bfb7be
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
523 | 531 | | |
524 | 532 | | |
525 | 533 | | |
| |||
0 commit comments