Skip to content

Commit 4bed196

Browse files
committed
Escapes curly braces in str.format() to fix broken error message.
(cherry picked from commit 322c261)
1 parent a7178f4 commit 4bed196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/compat/proto/proto_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
```
237237
$ BUILDTOOLS_VERSION='3.0.0'
238238
$ BUILDIFIER_SHA256SUM='e92a6793c7134c5431c58fbc34700664f101e5c9b1c1fcd93b97978e8b7f88db'
239-
$ ci/download_buildifier.sh "${BUILDTOOLS_VERSION}" "${BUILDIFIER_SHA256SUM}" ~/tb_buildifier/buildifier
239+
$ ci/download_buildifier.sh "${{BUILDTOOLS_VERSION}}" "${{BUILDIFIER_SHA256SUM}}" ~/tb_buildifier/buildifier
240240
```
241241
242242
If a file needs reformatting, you'll see the file that needs to be

0 commit comments

Comments
 (0)