mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Update test-updater.py
🐬
This commit is contained in:
parent
fdc1626308
commit
2c1e2c88ca
@ -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…
Reference in New Issue
Block a user