Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python syntax error in start_rpc_server_to_tracker.py #4682

Merged
merged 1 commit into from
Jan 10, 2020

Commits on Jan 10, 2020

  1. Fix Python syntax error in start_rpc_server_to_tracker.py

    [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 )"
                     ^
    ```
    cclauss committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d277f2b View commit details
    Browse the repository at this point in the history