You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
Like #90, not fatal for the ranker, but fatal for that bot, as was the case with @javache's.
Traceback (most recent call last):
File "/home/battlebots/production/battlebots/ranker/ranker.py", line 127, in battle_loop
battle(loop)
File "/home/battlebots/production/battlebots/ranker/ranker.py", line 71, in battle
compilation_success = all(bot.compile() for bot in bots)
File "/home/battlebots/production/battlebots/ranker/ranker.py", line 71, in <genexpr>
compilation_success = all(bot.compile() for bot in bots)
File "/home/battlebots/production/battlebots/database/models.py", line 136, in compile
timeout=timeout, stdout=sp.PIPE, stderr=sp.PIPE)
File "/home/battlebots/production/battlebots/backports.py", line 51, in sp_run
stderr=stderr)
TypeError: __init__() got an unexpected keyword argument 'stderr'
The text was updated successfully, but these errors were encountered:
Like #90, not fatal for the ranker, but fatal for that bot, as was the case with @javache's.
The text was updated successfully, but these errors were encountered: