Skip to content

Commit

Permalink
[BACKPORT-0.6] Fix Python syntax error in start_rpc_server_to_tracker…
Browse files Browse the repository at this point in the history
….py (#5865)

Co-authored-by: Christian Clauss <cclauss@me.com>

Co-authored-by: Christian Clauss <cclauss@me.com>
  • Loading branch information
yzhliu and cclauss authored Jun 21, 2020
1 parent d12e7d1 commit 151a02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vta_rpc/start_rpc_server_to_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 151a02d

Please sign in to comment.