From 2c1e2c88ca0100ca7da563fb9fefd2d66902d52e Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Wed, 22 Mar 2023 15:39:28 -0700 Subject: [PATCH] Update test-updater.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐬 --- Tools/test-updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/test-updater.py b/Tools/test-updater.py index c4af196fc2..638bd4fac7 100644 --- a/Tools/test-updater.py +++ b/Tools/test-updater.py @@ -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")