Commit 669f22b
fix: Fehlertext bei Waisendatei-Loeschung enthaelt jetzt Exception-Detail
sync_manager.py:294: Fehlermeldung enthielt nur Dateipfad, nicht den
Grund des Fehlers (z.B. PermissionError bei OneDrive-Locks).
Ergaenzt: {rel_path}: {e} statt nur {rel_path}.
Neuer Regressionstest: os.remove per monkeypatch fehlschlagen lassen,
assert Exception-Text in result.errors.
AUFGABEN.txt: model_combo-Verdrahtungsluecke als bekannte Luecke dokumentiert.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7dd629a commit 669f22b
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
387 | 410 | | |
388 | 411 | | |
389 | 412 | | |
| |||
0 commit comments