mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
diff with move hint
This commit is contained in:
parent
d9a301c9f8
commit
ef2a1f3875
3 changed files with 5 additions and 1 deletions
|
@ -157,7 +157,7 @@ def process(entry):
|
|||
|
||||
print(f"{fname} {class_name} {method_name} {class_children} {method_children}")
|
||||
|
||||
dname = Path("tmp.benchmarks/refactor-benchmark-pylint")
|
||||
dname = Path("tmp.benchmarks/refactor-benchmark-spyder")
|
||||
dname.mkdir(exist_ok=True)
|
||||
|
||||
dname = dname / f"{fname.stem}_{class_name}_{method_name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue