Roger Wang

Results 1 issues of Roger Wang

In https://github.com/jansel/opentuner/commit/c9db469889b9b504d1f7affe2374b2750adafe88, I noticed the following change in `interface.py` ``` python + if type(cmd) in (str, unicode): - if type(cmd) in (str, str): ``` is it a bug since unicode...