This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch svn-import-comment-662 in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
commit 4d26a38d4323d10b73968469ca304156b2f34c7e Author: Andrew K. Musselman <[email protected]> AuthorDate: Tue Mar 10 14:20:26 2026 -0700 Adding comment for domain checking; fixes #662 --- atr/tasks/svn.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atr/tasks/svn.py b/atr/tasks/svn.py index 9b9abcce..56094ecc 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 are properly checked in the application svn_command = [ "svn", "export", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
