diff --git a/aider/dump.py b/aider/dump.py index 6098d0b73..85065a97d 100644 --- a/aider/dump.py +++ b/aider/dump.py @@ -13,6 +13,7 @@ def cvt(s): def dump(*vals): # This is a test comment + # This is another test comment # http://docs.python.org/library/traceback.html stack = traceback.extract_stack() vars = stack[-2][3]