fix: remove unused variable original_mkdir in test_loop_guard_seed
Some checks failed
Tests / lint (pull_request) Failing after 15s
Tests / test (pull_request) Has been skipped

This commit is contained in:
hermes
2026-03-23 21:19:36 -04:00
parent 2240ddb632
commit e968a39abe

View File

@@ -67,7 +67,6 @@ def test_seed_oserror_is_graceful(tmp_path, monkeypatch, capsys):
monkeypatch.setattr(lg, "CYCLE_RESULT_FILE", tmp_path / "no_dir" / "cycle_result.json")
from pathlib import Path
original_mkdir = Path.mkdir
def failing_mkdir(self, *args, **kwargs):
raise OSError("no space left")