mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01:00
Update test-updater.py
🐬
This commit is contained in:
parent
fdc1626308
commit
2c1e2c88ca
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ if __name__ == "__main__":
|
|||
|
||||
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue