Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Python syntax error in start_rpc_server_to_tracker.py (#4682)
[flake8](http://flake8.pycqa.org) testing of https://github.com/apache/incubator-tvm on Python 3.8.0 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./apps/vta_rpc/start_rpc_server_to_tracker.py:18:18: E999 SyntaxError: invalid syntax PROJROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../../" && pwd )" ^ ```
- Loading branch information