mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
chore: Add test comment to dump function
This commit is contained in:
parent
c73b987cd0
commit
e951164399
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue