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]