Skip to content

Commit

Permalink
Update and rename start_rpc_server_to_tracker.py to start_rpc_server_…
Browse files Browse the repository at this point in the history
…to_tracker.sh (#4689)

This is a shell file, not a Python file.
  • Loading branch information
cclauss authored and tqchen committed Jan 11, 2020
1 parent 3d52a99 commit 91d0bac
Showing 1 changed file with 1 addition and 1 deletion.
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 91d0bac

Please sign in to comment.