Closed CrashServer closed 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.
bootstrap = None
Thanks for the catch! Fixed now :)
When I run Troop with the FoxDot Interpreter, I've got this error but looks good with Tidal & SC:
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.