From e9511643998d4868bc261b3ec0479e6a2a362b3a Mon Sep 17 00:00:00 2001 From: "Andrew Grigorev (aider)" Date: Sat, 12 Apr 2025 17:35:45 +0300 Subject: [PATCH] chore: Add test comment to dump function --- aider/dump.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/dump.py b/aider/dump.py index 2c8bf31c2..6098d0b73 100644 --- a/aider/dump.py +++ b/aider/dump.py @@ -12,6 +12,7 @@ def cvt(s): def dump(*vals): + # This is a test comment # http://docs.python.org/library/traceback.html stack = traceback.extract_stack() vars = stack[-2][3]