Update test-updater.py

🐬
This commit is contained in:
shuffle2 2023-03-22 15:39:28 -07:00 committed by GitHub
parent fdc1626308
commit 2c1e2c88ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if __name__ == "__main__":
threading.Thread(target=http_server, daemon=True).start() 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_dir = Path(tmp_dir)
tmp_dolphin = tmp_dir.joinpath("dolphin") tmp_dolphin = tmp_dir.joinpath("dolphin")