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

akm 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 0cf961a9 Adding comment for domain checking; fixes #662 (#853)
0cf961a9 is described below

commit 0cf961a93af3828073ba9f6116055e512f252f92
Author: Andrew Musselman <[email protected]>
AuthorDate: Tue Mar 10 14:38:37 2026 -0700

    Adding comment for domain checking; fixes #662 (#853)
---
 atr/tasks/svn.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/tasks/svn.py b/atr/tasks/svn.py
index 9b9abcce..b5b44044 100644
--- a/atr/tasks/svn.py
+++ b/atr/tasks/svn.py
@@ -97,6 +97,7 @@ async def _import_files_core(args: SvnImport) -> str:
 
             temp_export_path = path / temp_export_dir_name
 
+            # audit_guidance all domains in svn_url are properly checked by 
the application
             svn_command = [
                 "svn",
                 "export",


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

Reply via email to