diff options
| author | shuffle2 <godisgovernment@gmail.com> | 2023-03-22 15:39:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 15:39:28 -0700 |
| commit | 2c1e2c88ca0100ca7da563fb9fefd2d66902d52e (patch) | |
| tree | 5d993a37483c4f282874c950573c7d1278933653 /Tools | |
| parent | fdc16263089ef2fb93a102c39cc9926ca1f91667 (diff) | |
Update test-updater.py
🐬
Diffstat (limited to 'Tools')
| -rw-r--r-- | Tools/test-updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
