diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-24 23:37:23 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-24 23:37:23 +0200 |
commit | f7261e165bda87dae49c879bdac850479cc20c19 (patch) | |
tree | 19ce531bcd0476e721890e80d3fdbe085709cd29 /planetwars-matchrunner/bots/crash_bot.py | |
parent | e86fbc7275c036cefe75d7c46b0f11898bde1c6c (diff) | |
download | planetwars.dev-f7261e165bda87dae49c879bdac850479cc20c19.tar.xz planetwars.dev-f7261e165bda87dae49c879bdac850479cc20c19.zip |
detect bot crashes
Diffstat (limited to 'planetwars-matchrunner/bots/crash_bot.py')
-rw-r--r-- | planetwars-matchrunner/bots/crash_bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |