This is an automated email from the ASF dual-hosted git repository.
liuyizhi pushed a commit to branch v0.6
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/v0.6 by this push:
new 151a02d [BACKPORT-0.6] Fix Python syntax error in
start_rpc_server_to_tracker.py (#5865)
151a02d is described below
commit 151a02d9fb626271b57cbc9f9655d3faf267601f
Author: Yizhi Liu <[email protected]>
AuthorDate: Sat Jun 20 20:01:03 2020 -0700
[BACKPORT-0.6] Fix Python syntax error in start_rpc_server_to_tracker.py
(#5865)
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
---
apps/vta_rpc/start_rpc_server_to_tracker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/vta_rpc/start_rpc_server_to_tracker.py
b/apps/vta_rpc/start_rpc_server_to_tracker.py
index fd2998e..c0248ab 100755
--- a/apps/vta_rpc/start_rpc_server_to_tracker.py
+++ b/apps/vta_rpc/start_rpc_server_to_tracker.py
@@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-PROJROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../../" && pwd )"
+PROJROOT="$( cd '$( dirname "${BASH_SOURCE[0]}" )/../../' && pwd )"
# Derive target specified by vta_config.json
VTA_CONFIG=${PROJROOT}/vta/config/vta_config.py