Skip to content

Commit 8902330

Browse files
Use 2nd tmpdir
1 parent 87e1f30 commit 8902330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

completion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ def get_completion(
5252
subprocess.run(
5353
['git', 'checkout', 'HEAD@{30 days ago}'], cwd=clone_path, check=True
5454
)
55-
with TemporaryDirectory() as tmpdir:
55+
with TemporaryDirectory() as tmpdir2:
5656
month_ago_completion = potodo.merge_and_scan_path(
5757
clone_path,
5858
pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'),
59-
merge_path=Path(tmpdir),
59+
merge_path=Path(tmpdir2),
6060
hide_reserved=False,
6161
api_url='',
6262
).completion

0 commit comments

Comments
 (0)