Switch to use str instead of number for colab_url
authorYifei Feng <1192265+yifeif@users.noreply.github.com>
Wed, 9 May 2018 00:35:21 +0000 (17:35 -0700)
committerGitHub <noreply@github.com>
Wed, 9 May 2018 00:35:21 +0000 (17:35 -0700)
commit1f03f829285ca0fbd47a99350e9f5d99aa10e9b9
tree43ff35d764e7272745ae524be4c6e6af5b82f3a7
parentc0fb9413914d983cad2ea6bb4997033a1f0dd722
Switch to use str instead of number for colab_url

Fix nightly failure:
  File "tensorflow/tools/ci_build/update_version.py", line 253, in colab_url
    version_string = "%d.%d.%d" % (version.major, version.minor, version.patch)
TypeError: %d format: a number is required, not str
tensorflow/tools/ci_build/update_version.py