From 5738e21cd1f40d5a282c2f60efe0ce3e5ab97383 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:05:13 +0000 Subject: [PATCH 1/2] Initial plan From a11d379d2c1cf2950c0e851c0e9966263112c7a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:06:09 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from line 315 in copyrightcheck.py Agent-Logs-Url: https://github.com/marklogic/pr-workflows/sessions/25a254e4-623b-4097-8ead-02ba997e61eb Co-authored-by: brijeshp56 <203762578+brijeshp56@users.noreply.github.com> --- scripts/copyrightcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copyrightcheck.py b/scripts/copyrightcheck.py index 261be9c..cc27c88 100644 --- a/scripts/copyrightcheck.py +++ b/scripts/copyrightcheck.py @@ -312,7 +312,7 @@ def print_results(self, results: List[Dict[str, Any]], verbose: bool = False): else: counts_line += f" | at: {ts}" print(counts_line) - print() + print() has_invalid = invalid_files > 0 if has_invalid: