From e5bb25cd600201aa48428d693f566678349e46b4 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:32:08 +0900 Subject: [PATCH] chore: drop forced exception test --- dzgui/util/map_count.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dzgui/util/map_count.py b/dzgui/util/map_count.py index 41897fa..de135f8 100644 --- a/dzgui/util/map_count.py +++ b/dzgui/util/map_count.py @@ -50,7 +50,6 @@ def set_map_count() -> None: conf = "/etc/sysctl.d/dayz.conf" value = f"vm.max_map_count={MIN_COUNT}" try: - 1 / 0 msg = map_count.prompt.format(conf) print(msg) with tempfile.NamedTemporaryFile(delete=False) as f: