This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new bfde376  Add the runtime state directory to the list of directories to 
create
bfde376 is described below

commit bfde37640fae4a97225524a1c3c8a007e218b871
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Jan 19 15:42:30 2026 +0000

    Add the runtime state directory to the list of directories to create
---
 atr/server.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/server.py b/atr/server.py
index 2c4deaf..b602361 100644
--- a/atr/server.py
+++ b/atr/server.py
@@ -138,6 +138,7 @@ def _app_dirs_setup(state_dir_str: str, hot_reload: bool) 
-> None:
         pathlib.Path(state_dir_str) / "cache",
         pathlib.Path(state_dir_str) / "database",
         pathlib.Path(state_dir_str) / "logs",
+        pathlib.Path(state_dir_str) / "runtime",
         util.get_downloads_dir(),
         util.get_finished_dir(),
         util.get_tmp_dir(),


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to