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

View file

@ -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")