Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Ranker throws exception when compilation fails #91

Closed
Procrat opened this issue Apr 10, 2016 · 0 comments
Closed

Ranker throws exception when compilation fails #91

Procrat opened this issue Apr 10, 2016 · 0 comments
Assignees
Labels

Comments

@Procrat
Copy link
Member

Procrat commented Apr 10, 2016

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'
@Procrat Procrat added the bug label Apr 10, 2016
@Procrat Procrat self-assigned this Apr 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant