engine: ephemeral deletion may fail silently #96

Closed
opened 2026-07-05 14:26:29 +00:00 by the.auditor · 0 comments
Owner

In src/kronai/engine.py:113, shutil.rmtree(job.path, ignore_errors=True) could fail silently (permission errors, read-only files, etc.). Consider logging a warning or removing ignore_errors=True and catching the exception explicitly with a log message.

From PR #93 review suggestion.

In `src/kronai/engine.py:113`, `shutil.rmtree(job.path, ignore_errors=True)` could fail silently (permission errors, read-only files, etc.). Consider logging a warning or removing `ignore_errors=True` and catching the exception explicitly with a log message. _From PR #93 review suggestion._
fuzzy closed this issue 2026-07-05 16:55:31 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/kronai#96
No description provided.