fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

arena.py crashes on startup #903

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get this error:

Discovering engines
Traceback (most recent call last):
  File "arena.py", line 170, in <module>
    prepare()
  File "arena.py", line 46, in prepare
    discoverer.start()
AttributeError: 'EngineDiscoverer' object has no attribute 'start'

Original issue reported on code.google.com by jcheetham19 on 11 Aug 2014 at 3:00

GoogleCodeExporter commented 9 years ago
I attached a patch to fix this.

Original comment by jcheetham19 on 11 Aug 2014 at 3:05

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 11 Aug 2014 at 5:59

GoogleCodeExporter commented 9 years ago
Applied, thx!

Original comment by gbtami on 11 Aug 2014 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 11 Aug 2014 at 6:04