As it says in the title...
Line 249 is:
if results != None and len(results) > 0):
but should be:
if (results != None and len(results) > 0):
There's a stray bracket.
Thanks xxx
Luke
Rust Racer bug in rust_code.py
-
- Posts: 1
- Joined: Thu Oct 27, 2016 6:47 pm
Re: Rust Racer bug in rust_code.py
Hi Luke,
Thanks for taking the time to report this bug
Cheers Jussi
OoopsThere's a stray bracket.

Thanks for taking the time to report this bug

Cheers Jussi