Skip to content

Commit 828ea97

Browse files
authored
Update completion.py: fix reference
1 parent d7683c6 commit 828ea97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_completion(clones_dir: str, language: str) -> float:
1818
continue
1919
else:
2020
break
21-
with tempfile.TemporaryDirectory() as tmpdir:
21+
with TemporaryDirectory() as tmpdir:
2222
completion = potodo.merge_and_scan_path(
2323
clone_path, pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'), merge_path=Path(tmpdir), hide_reserved=False, api_url=''
2424
).completion

0 commit comments

Comments
 (0)