Qirky / Troop

Real-time Live Coding collaboration app
311 stars 37 forks source link

[0.9.1] Foxdot Interpreter crash #22

Closed CrashServer closed 5 years ago

CrashServer commented 5 years ago

When I run Troop with the FoxDot Interpreter, I've got this error but looks good with Tidal & SC:

    if self.bootstrap is not None:
AttributeError: 'FoxDotInterpreter' object has no attribute 'bootstrap'

I quick fix it with a bootstrap = None on line 131 from interpreter.py and no more errors. Next time I try to make PR.

Qirky commented 5 years ago

Thanks for the catch! Fixed now :)