auto-sync: tudo-para-ia-mais-humana 2026-05-02 02:34:18
This commit is contained in:
@@ -264,6 +264,9 @@ def command_repo_mesh(args: argparse.Namespace) -> int:
|
||||
try:
|
||||
for folder_name in ("reports", "indexes", "audit", "status"):
|
||||
(central_for_write / folder_name).mkdir(parents=True, exist_ok=True)
|
||||
probe_path = central_for_write / "reports" / ".repository_mesh_write_probe.tmp"
|
||||
probe_path.write_text("repository mesh write probe\n", encoding="utf-8")
|
||||
probe_path.unlink(missing_ok=True)
|
||||
except OSError as exc:
|
||||
central_write_error = f"{type(exc).__name__}: {exc}"
|
||||
central_for_write = None
|
||||
|
||||
Reference in New Issue
Block a user