From f7261e165bda87dae49c879bdac850479cc20c19 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sat, 24 Sep 2022 23:37:23 +0200 Subject: detect bot crashes --- planetwars-matchrunner/bots/crash_bot.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 planetwars-matchrunner/bots/crash_bot.py (limited to 'planetwars-matchrunner/bots/crash_bot.py') diff --git a/planetwars-matchrunner/bots/crash_bot.py b/planetwars-matchrunner/bots/crash_bot.py new file mode 100644 index 0000000..2a505b2 --- /dev/null +++ b/planetwars-matchrunner/bots/crash_bot.py @@ -0,0 +1 @@ +raise RuntimeError("This bot does not run!") \ No newline at end of file -- cgit v1.2.3