mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop forced exception test
This commit is contained in:
parent
e59b7e01fd
commit
e5bb25cd60
@ -50,7 +50,6 @@ def set_map_count() -> None:
|
|||||||
conf = "/etc/sysctl.d/dayz.conf"
|
conf = "/etc/sysctl.d/dayz.conf"
|
||||||
value = f"vm.max_map_count={MIN_COUNT}"
|
value = f"vm.max_map_count={MIN_COUNT}"
|
||||||
try:
|
try:
|
||||||
1 / 0
|
|
||||||
msg = map_count.prompt.format(conf)
|
msg = map_count.prompt.format(conf)
|
||||||
print(msg)
|
print(msg)
|
||||||
with tempfile.NamedTemporaryFile(delete=False) as f:
|
with tempfile.NamedTemporaryFile(delete=False) as f:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user