Skip to content

Commit

Permalink
Update test-updater.py
Browse files Browse the repository at this point in the history
🐬
  • Loading branch information
shuffle2 authored Mar 22, 2023
1 parent fdc1626 commit 2c1e2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/test-updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create_entries_in_ini(ini_path: Path, entries: dict):

threading.Thread(target=http_server, daemon=True).start()

with tempfile.TemporaryDirectory(suffix=" ¿ 😎") as tmp_dir:
with tempfile.TemporaryDirectory(suffix=" ¿ 🐬") as tmp_dir:
tmp_dir = Path(tmp_dir)

tmp_dolphin = tmp_dir.joinpath("dolphin")
Expand Down

0 comments on commit 2c1e2c8

Please sign in to comment.